Deleted Added
full compact
OptionalObsoleteFiles.inc (172398) OptionalObsoleteFiles.inc (172491)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 172398 2007-10-01 18:08:11Z ru $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 172491 2007-10-09 13:42:34Z obrien $
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

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

899OLD_FILES+=usr/share/man/man8/kstash.8.gz
900OLD_FILES+=usr/share/man/man8/ktutil.8.gz
901.endif
902
903#.if ${MK_LIB32} == no
904# to be filled in
905#.endif
906
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

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

899OLD_FILES+=usr/share/man/man8/kstash.8.gz
900OLD_FILES+=usr/share/man/man8/ktutil.8.gz
901.endif
902
903#.if ${MK_LIB32} == no
904# to be filled in
905#.endif
906
907#.if ${MK_LIBPTHREAD} == no
907#.if ${MK_LIBKSE} == no
908# to be filled in
909#.endif
910
911#.if ${MK_LIBTHR} == no
912# to be filled in
913#.endif
914
915#.if ${MK_LOCALES} == no

--- 263 unchanged lines hidden ---
908# to be filled in
909#.endif
910
911#.if ${MK_LIBTHR} == no
912# to be filled in
913#.endif
914
915#.if ${MK_LOCALES} == no

--- 263 unchanged lines hidden ---