14 lines
418 B
Plaintext
14 lines
418 B
Plaintext
# $NetBSD: list.sysinst,v 1.5 2002/04/12 02:07:15 lukem Exp $
|
|
#
|
|
# list file (c.f. parselist.awk) for sysinst-using install media.
|
|
#
|
|
# NOTE: sysinst needs at least 4 free inodes and a few KB of free disk space.
|
|
#
|
|
|
|
PROG sysinst
|
|
|
|
SPECIAL sysinst srcdir distrib/utils/sysinst/arch/${MACHINE}
|
|
|
|
# generate the lists of obsolete files used by sysinst
|
|
CMD sh ${DISTRIBDIR}/sets/makeobsolete -b -s ${DISTRIBDIR}/sets -t ./dist
|