|
|
@ -1,7 +1,7 @@ |
|
|
|
# |
|
|
|
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets |
|
|
|
# |
|
|
|
# $OpenBSD: Makefile.inc,v 1.9 1997/05/19 21:01:52 niklas Exp $ |
|
|
|
# $OpenBSD: Makefile.inc,v 1.10 1997/05/24 18:59:57 niklas Exp $ |
|
|
|
# $NetBSD: Makefile.inc,v 1.7 1995/11/28 05:40:21 jtc Exp $ |
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
@ -9,7 +9,7 @@ snap_md: miniroot ramdisk |
|
|
|
|
|
|
|
miniroot: |
|
|
|
# The GENERIC kernel is built as a side-effect of the miniroot |
|
|
|
cp ${.CURDIR}/../sys/arch/amiga/compile/GENREIC/bsd \ |
|
|
|
cp ${.CURDIR}/../sys/arch/amiga/compile/GENERIC/bsd \ |
|
|
|
${DESTDIR}/snapshot/bsd |
|
|
|
cd ${.CURDIR}/../distrib/miniroot && \ |
|
|
|
${MAKE} cleandir && ${MAKE} && ${MAKE} install |
|
|
|