Deleted Added
full compact
OptionalObsoleteFiles.inc (180926) OptionalObsoleteFiles.inc (183002)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 180926 2008-07-28 18:00:45Z antoine $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 183002 2008-09-13 17:29:49Z antoine $
3#
4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
5# the check-old and delete-old* targets.
6#
7
8.if ${MK_ACPI} == no
9OLD_FILES+=usr/sbin/acpiconf
10OLD_FILES+=usr/sbin/acpidb

--- 392 unchanged lines hidden (view full) ---

403#.if ${MK_GPIB} == no
404# none
405#.endif
406
407#.if ${MK_GROFF} == no
408# to be filled in
409#.endif
410
3#
4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
5# the check-old and delete-old* targets.
6#
7
8.if ${MK_ACPI} == no
9OLD_FILES+=usr/sbin/acpiconf
10OLD_FILES+=usr/sbin/acpidb

--- 392 unchanged lines hidden (view full) ---

403#.if ${MK_GPIB} == no
404# none
405#.endif
406
407#.if ${MK_GROFF} == no
408# to be filled in
409#.endif
410
411#.if ${MK_HESIOD} == no
412# to be filled in
413#.endif
411.if ${MK_HESIOD} == no
412OLD_FILES+=usr/bin/hesinfo
413OLD_FILES+=usr/include/hesiod.h
414OLD_FILES+=usr/share/man/man1/hesinfo.1.gz
415OLD_FILES+=usr/share/man/man3/hesiod.3.gz
416OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
417.endif
414
415#.if ${MK_HTML} == no
416# to be filled in
417#.endif
418
419.if ${MK_INET6} == no
420OLD_FILES+=rescue/ping6
421OLD_FILES+=sbin/ping6

--- 742 unchanged lines hidden ---
418
419#.if ${MK_HTML} == no
420# to be filled in
421#.endif
422
423.if ${MK_INET6} == no
424OLD_FILES+=rescue/ping6
425OLD_FILES+=sbin/ping6

--- 742 unchanged lines hidden ---