|
|
@ -1,11 +1,10 @@ |
|
|
|
# |
|
|
|
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets |
|
|
|
# |
|
|
|
# $Id: Makefile.inc,v 1.3 1996/06/11 10:20:33 deraadt Exp $ |
|
|
|
# $Id: Makefile.inc,v 1.4 1997/04/16 22:27:19 deraadt Exp $ |
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
|
snap_md: bsd |
|
|
|
#snap_md: kc.fs # too big? |
|
|
|
snap_md: bsd floppy.fs |
|
|
|
|
|
|
|
bsd: |
|
|
|
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC |
|
|
@ -14,11 +13,9 @@ bsd: |
|
|
|
cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \ |
|
|
|
${DESTDIR}/snapshot/bsd |
|
|
|
|
|
|
|
kc.fs: |
|
|
|
make -f ${.CURDIR}/etc.i386/Makefile.kc \ |
|
|
|
IMAGE=${DESTDIR}/snapshot/kc.fs \ |
|
|
|
KERNEL=${DESTDIR}/snapshot/bsd || \ |
|
|
|
make -f ${.CURDIR}/etc.i386/Makefile.kc \ |
|
|
|
IMAGE=${DESTDIR}/snapshot/kc.fs unconfig |
|
|
|
floppy: |
|
|
|
cd ${.CURDIR}/../distrib/i386/floppies/ramdisk && \ |
|
|
|
make cleandir && make && make install |
|
|
|
|
|
|
|
|
|
|
|
.endif # DESTDIR check |