OptionalObsoleteFiles.inc (94dd32036746d6b18a7737dab0e1312b1ba5617e) OptionalObsoleteFiles.inc (dbdb679c6ffb9b289cb4489246d0a30635657e00)
1#
2# $FreeBSD$
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

--- 893 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
1#
2# $FreeBSD$
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

--- 893 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 ---