Makefile no longer needs passwd, pwd.db and spwd.db due to fixed pwd_mkdb
authorRod Grimes <rgrimes@FreeBSD.org>
Mon, 30 Aug 1993 02:18:25 +0000 (02:18 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Mon, 30 Aug 1993 02:18:25 +0000 (02:18 +0000)
commitd1479cb823e5ec79b527e0a01fc315e047139747
tree73249e2c98c8bd8f75d932bec4d631d232c3ad7d
parent04ac8ea00b3cd0a830bd2c8d0c2390902cfb9b2a
Makefile no longer needs passwd, pwd.db and spwd.db due to fixed pwd_mkdb
that now takes a directory argument.  These files are now built from the
master.passwd file.

Fixed typo on NOOBJ=, was oobj, now noobj.
Rename of targes and variables.  INST1 -> FILESYSTEM, INST2 -> CPIO,
kc -> kcopy.

Floppy targets now dd and gzip the image back onto the hard disk so
that less manual work is required when building a release.

Removed reboot from FILESYSTEM floppy and put df back on, and added
mount_isofs.  Changed scripts to use halt instead of reboot.
etc/Makefile