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