HardenedBSD/release/floppies/boot/mfs/Makefile
Jordan K. Hubbard f89dccd7b0 Doc fixes for CAM devices. If I ever truly understand the logic behind
this name change, I'll be a happy man.
1998-11-21 21:45:27 +00:00

26 lines
672 B
Makefile

###
# $Id: Makefile,v 1.5 1997/07/22 02:51:01 julian Exp $
#
# What are we if we weren't told..
CRUNCHDIRS= ../crunch
OBJTOP=../../../..
TOP=${.CURDIR}/../../../..
SCRIPTDIR=${.CURDIR}/../../bin
FSLABEL=minimum
ZIP=false
# the directories you want on the fs
STANDLINKS= bin sbin
FS_DIRS= dev stand etc mnt mnt1 mnt2 tmp
FS_DEVICES= std wd0 wd1 wd2 da0 da1 da2 cuaa0 cuaa1 cuaa2 cuaa3 \
fd0 fd1 cd0 mcd0 scd0 matcd0 wcd0 sa0 ft0 wt0 vty4
# a subdir that contains a verbatim image to be copied to the fs
VERBATIM= ../verbatim
.include "../../mk/crunch_fs.mk"
all: fs_image
# tar --exclude CVS -cf - -C ${.CURDIR}/sysinstall help | \
# tar xvf - -C ${RD}/mfsfd/stand