diff options
Diffstat (limited to 'distrib/simpleroot/Makefile')
-rw-r--r-- | distrib/simpleroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/simpleroot/Makefile b/distrib/simpleroot/Makefile index 3a43b3b1699..0c44dcb4690 100644 --- a/distrib/simpleroot/Makefile +++ b/distrib/simpleroot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 1997/05/15 12:33:06 graichen Exp $ +# $OpenBSD: Makefile,v 1.9 1997/09/26 02:20:44 millert Exp $ # Revision is 2.1 REV= 21 @@ -35,7 +35,7 @@ all: .ifdef BOOT_DISKLABEL disklabel -B ${BOOT_DISKLABEL} ${VND} ${DISKTYPE} .endif - newfs ${NEWFSOPTS} ${VND_RDEV} ${DISKTYPE} + newfs ${NEWFSOPTS} ${VND_RDEV} mount ${VND_DEV} ${MOUNT_POINT} .ifdef BOOT_INSTALLBOOT /usr/mdec/installboot -v ${MOUNT_POINT}/boot ${BOOT_INSTALLBOOT} ${VND} |