parent
5721ce3806
commit
274d4c2de2
|
@ -1,5 +1,5 @@
|
||||||
# $NetBSD: Makefile,v 1.7 1997/11/05 03:39:51 perry Exp $
|
# $NetBSD: Makefile,v 1.8 1998/10/12 16:32:16 perry Exp $
|
||||||
|
|
||||||
SUBDIR= ramdisk bootfloppy bootfloppy-small
|
SUBDIR= ramdisk bootfloppy bootfloppy-small bootfloppy-tiny
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.inc,v 1.11 1998/09/05 14:46:15 lukem Exp $
|
# $NetBSD: Makefile.inc,v 1.12 1998/10/12 16:32:17 perry Exp $
|
||||||
|
|
||||||
# TOP is assumed to be defined by Makefile including this one.
|
# TOP is assumed to be defined by Makefile including this one.
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ VND_CRDEV= /dev/r${VND}d
|
||||||
IMAGE?= xxx.fs
|
IMAGE?= xxx.fs
|
||||||
KERN?= netbsd-xxx
|
KERN?= netbsd-xxx
|
||||||
MDEC= ${DESTDIR}/usr/mdec
|
MDEC= ${DESTDIR}/usr/mdec
|
||||||
|
STRIP?= strip
|
||||||
|
|
||||||
LISTS= ${COMMONDIR}/list
|
LISTS= ${COMMONDIR}/list
|
||||||
RAMDISK !=cd $(.CURDIR)/../ramdisk/; \
|
RAMDISK !=cd $(.CURDIR)/../ramdisk/; \
|
||||||
|
@ -56,6 +57,7 @@ unconfig:
|
||||||
netbsd.ram.gz: ${KERN} ${RAMDISK}
|
netbsd.ram.gz: ${KERN} ${RAMDISK}
|
||||||
cp ${KERN} netbsd.tmp
|
cp ${KERN} netbsd.tmp
|
||||||
mdsetimage -v netbsd.tmp ${RAMDISK}
|
mdsetimage -v netbsd.tmp ${RAMDISK}
|
||||||
|
${STRIP} netbsd.tmp
|
||||||
gzip netbsd.tmp
|
gzip netbsd.tmp
|
||||||
mv netbsd.tmp.gz ${.TARGET}
|
mv netbsd.tmp.gz ${.TARGET}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1 1998/10/12 16:32:17 perry Exp $
|
||||||
|
|
||||||
|
TOP= ${.CURDIR}/..
|
||||||
|
|
||||||
|
.include "${TOP}/Makefile.inc"
|
||||||
|
|
||||||
|
IMAGE= boot-tiny.fs
|
||||||
|
KERN= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL_TINY/netbsd
|
||||||
|
DISKTYPE= floppy5
|
||||||
|
DISKSIZE= 2400
|
||||||
|
|
||||||
|
.include "${TOP}/bootfloppy-common/Makefile.inc"
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: ramdiskbin.conf,v 1.6 1997/10/17 21:02:42 phil Exp $
|
# $NetBSD: ramdiskbin.conf,v 1.7 1998/10/12 16:32:17 perry Exp $
|
||||||
#
|
#
|
||||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||||
#
|
#
|
||||||
|
@ -9,7 +9,7 @@ progs bad144 cat chmod chown chroot cp dd df disklabel ed fdisk
|
||||||
progs fsck fsck_ffs ftp gzip ifconfig init installboot less
|
progs fsck fsck_ffs ftp gzip ifconfig init installboot less
|
||||||
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_msdos
|
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_msdos
|
||||||
progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot restore rm
|
progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot restore rm
|
||||||
progs route sed sh shutdown slattach strings stty sync tar test
|
progs route sed sh shutdown slattach stty swapctl sync tar test
|
||||||
progs tip umount update
|
progs tip umount update
|
||||||
progs sysinst
|
progs sysinst
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue