blob: 63fd3ad8c9e184545741439eb1a08e12961a7232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
###
# $FreeBSD$
#
# What are we if we weren't told..
CRUNCH?= fixit
CRUNCHDIRS= ../crunch
TOP=${.CURDIR}/../../../..
FS_BIN=${.CURDIR}/../..
# the directories you want on the fs
FS_DIRS= dev stand bin sbin etc mnt mnt1 mnt2 mnt3 mnt4 tmp
# a subdir that contains a verbatim image to be copied to the fs
VERBATIM= ../verbatim
.include "../../crunch_fs.mk"
all: fs_image
|