4f6381b784
Use /var/db/obsolete instead of /etc/obsolete etc/Makefile: Create separate target "install-obsolete-files" to populate /var/db/obsolete, instead of using "install-etc-files". Makefile: Add do-obsolete target, to run "cd etc && make install-obsolete-files", and add this to BUILDTARGETS. This moves the "obsolete files" creation from "distribution" to "build". Per discussion with Andrew Brown.
15 lines
451 B
Plaintext
15 lines
451 B
Plaintext
# $NetBSD: list.sysinst,v 1.8 2003/02/22 03:20:47 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
|
|
PROG usr/bin/progress
|
|
|
|
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 ./var/db/obsolete
|