Deleted Added
full compact
OptionalObsoleteFiles.inc (177552) OptionalObsoleteFiles.inc (177714)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 177552 2008-03-24 14:46:40Z antoine $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 177714 2008-03-29 17:44:40Z ru $
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

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

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

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

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

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

--- 297 unchanged lines hidden ---