39805e0285
remove dist/*, now that they're not needed. if MAKEDEVTARGETS is set, use MAKEDEV.wrapper and makedev2spec.awk to create an mtree specfile containing the devices that would be made with "etc/etc.${MACHINE}/MAKEDEV $MAKEDEVTARGETS". otherwise, copy etc/etc.${MACHINE}/MAKEDEV to dev/MAKEDEV (via list.makedev) - add mtree.common; contains directories used by all images, and optional entries for dist/*
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
# $NetBSD: list.sysinst,v 1.2 2002/02/08 02:18:54 lukem Exp $
|
|
#
|
|
|
|
PROG sysinst
|
|
|
|
SPECIAL sysinst srcdir distrib/utils/sysinst/arch/@MACHINE@
|
|
|
|
# generate the lists of obsolete files used by sysinst
|
|
CMD sh ${_SRC_TOP_}/distrib/sets/makeobsolete -b -s ${_SRC_TOP_}/distrib/sets -t ./dist
|