OptionalObsoleteFiles.inc (912ce912e19e00d0f96f724d0dccf3332cd4a867) | OptionalObsoleteFiles.inc (e01d128a428f2d8d387a4eff6b3ec602423a1b3a) |
---|---|
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_ACCT} == no --- 54 unchanged lines hidden (view full) --- 63OLD_FILES+=usr/libexec/atrun 64OLD_FILES+=usr/share/man/man1/at.1.gz 65OLD_FILES+=usr/share/man/man1/atq.1.gz 66OLD_FILES+=usr/share/man/man1/atrm.1.gz 67OLD_FILES+=usr/share/man/man1/batch.1.gz 68OLD_FILES+=usr/share/man/man8/atrun.8.gz 69.endif 70 | 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_ACCT} == no --- 54 unchanged lines hidden (view full) --- 63OLD_FILES+=usr/libexec/atrun 64OLD_FILES+=usr/share/man/man1/at.1.gz 65OLD_FILES+=usr/share/man/man1/atq.1.gz 66OLD_FILES+=usr/share/man/man1/atrm.1.gz 67OLD_FILES+=usr/share/man/man1/batch.1.gz 68OLD_FILES+=usr/share/man/man8/atrun.8.gz 69.endif 70 |
71.if ${MK_ATF} == no 72OLD_FILES+=usr/bin/atf-sh 73OLD_DIRS+=usr/include/atf-c 74OLD_FILES+=usr/include/atf-c/build.h 75OLD_FILES+=usr/include/atf-c/check.h 76OLD_FILES+=usr/include/atf-c/config.h 77OLD_FILES+=usr/include/atf-c/defs.h 78OLD_FILES+=usr/include/atf-c/error.h 79OLD_FILES+=usr/include/atf-c/error_fwd.h 80OLD_FILES+=usr/include/atf-c/macros.h 81OLD_FILES+=usr/include/atf-c/tc.h 82OLD_FILES+=usr/include/atf-c/tp.h 83OLD_FILES+=usr/include/atf-c/utils.h 84OLD_FILES+=usr/include/atf-c.h 85OLD_DIRS+=usr/include/atf-c++ 86OLD_FILES+=usr/include/atf-c++/build.hpp 87OLD_FILES+=usr/include/atf-c++/check.hpp 88OLD_FILES+=usr/include/atf-c++/config.hpp 89OLD_FILES+=usr/include/atf-c++/macros.hpp 90OLD_FILES+=usr/include/atf-c++/tests.hpp 91OLD_FILES+=usr/include/atf-c++/utils.hpp 92OLD_FILES+=usr/include/atf-c++.hpp 93OLD_FILES+=usr/lib/libatf-c_p.a 94OLD_FILES+=usr/lib/libatf-c.so.1 95OLD_FILES+=usr/lib/libatf-c.so 96OLD_FILES+=usr/lib/libatf-c++.a 97OLD_FILES+=usr/lib/libatf-c++_p.a 98OLD_FILES+=usr/lib/libatf-c++.so.1 99OLD_FILES+=usr/lib/libatf-c++.so 100OLD_FILES+=usr/lib/libatf-c.a 101OLD_FILES+=usr/libexec/atf-check 102OLD_DIRS+=usr/share/atf 103OLD_FILES+=usr/share/atf/libatf-sh.subr 104OLD_DIRS+=usr/share/doc/atf 105OLD_FILES+=usr/share/doc/atf/AUTHORS 106OLD_FILES+=usr/share/doc/atf/COPYING 107OLD_FILES+=usr/share/doc/atf/NEWS 108OLD_FILES+=usr/share/doc/atf/README 109OLD_FILES+=usr/share/man/man1/atf-check.1.gz 110OLD_FILES+=usr/share/man/man1/atf-sh.1.gz 111OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz 112OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz 113OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz 114OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz 115OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz 116OLD_FILES+=usr/share/mk/atf.test.mk 117.endif 118 | |
119.if ${MK_ATM} == no 120OLD_FILES+=rescue/atmconfig 121OLD_FILES+=sbin/atmconfig 122OLD_FILES+=usr/bin/sscop 123OLD_FILES+=usr/include/bsnmp/snmp_atm.h 124OLD_FILES+=usr/include/netnatm/addr.h 125OLD_FILES+=usr/include/netnatm/api/atmapi.h 126OLD_FILES+=usr/include/netnatm/api/ccatm.h --- 3972 unchanged lines hidden (view full) --- 4099 4100.if ${MK_TELNET} == no 4101OLD_FILES+=usr/bin/telnet 4102OLD_FILES+=usr/libexec/telnetd 4103OLD_FILES+=usr/share/man/man1/telnet.1.gz 4104OLD_FILES+=usr/share/man/man8/telnetd.8.gz 4105.endif 4106 | 71.if ${MK_ATM} == no 72OLD_FILES+=rescue/atmconfig 73OLD_FILES+=sbin/atmconfig 74OLD_FILES+=usr/bin/sscop 75OLD_FILES+=usr/include/bsnmp/snmp_atm.h 76OLD_FILES+=usr/include/netnatm/addr.h 77OLD_FILES+=usr/include/netnatm/api/atmapi.h 78OLD_FILES+=usr/include/netnatm/api/ccatm.h --- 3972 unchanged lines hidden (view full) --- 4051 4052.if ${MK_TELNET} == no 4053OLD_FILES+=usr/bin/telnet 4054OLD_FILES+=usr/libexec/telnetd 4055OLD_FILES+=usr/share/man/man1/telnet.1.gz 4056OLD_FILES+=usr/share/man/man8/telnetd.8.gz 4057.endif 4058 |
4059.if ${MK_TESTS} == no 4060# ATF libraries. 4061OLD_FILES+=usr/bin/atf-sh 4062OLD_DIRS+=usr/include/atf-c 4063OLD_FILES+=usr/include/atf-c/build.h 4064OLD_FILES+=usr/include/atf-c/check.h 4065OLD_FILES+=usr/include/atf-c/config.h 4066OLD_FILES+=usr/include/atf-c/defs.h 4067OLD_FILES+=usr/include/atf-c/error.h 4068OLD_FILES+=usr/include/atf-c/error_fwd.h 4069OLD_FILES+=usr/include/atf-c/macros.h 4070OLD_FILES+=usr/include/atf-c/tc.h 4071OLD_FILES+=usr/include/atf-c/tp.h 4072OLD_FILES+=usr/include/atf-c/utils.h 4073OLD_FILES+=usr/include/atf-c.h 4074OLD_DIRS+=usr/include/atf-c++ 4075OLD_FILES+=usr/include/atf-c++/build.hpp 4076OLD_FILES+=usr/include/atf-c++/check.hpp 4077OLD_FILES+=usr/include/atf-c++/config.hpp 4078OLD_FILES+=usr/include/atf-c++/macros.hpp 4079OLD_FILES+=usr/include/atf-c++/tests.hpp 4080OLD_FILES+=usr/include/atf-c++/utils.hpp 4081OLD_FILES+=usr/include/atf-c++.hpp 4082OLD_FILES+=usr/lib/libatf-c_p.a 4083OLD_FILES+=usr/lib/libatf-c.so.1 4084OLD_FILES+=usr/lib/libatf-c.so 4085OLD_FILES+=usr/lib/libatf-c++.a 4086OLD_FILES+=usr/lib/libatf-c++_p.a 4087OLD_FILES+=usr/lib/libatf-c++.so.1 4088OLD_FILES+=usr/lib/libatf-c++.so 4089OLD_FILES+=usr/lib/libatf-c.a 4090OLD_FILES+=usr/libexec/atf-check 4091OLD_DIRS+=usr/share/atf 4092OLD_FILES+=usr/share/atf/libatf-sh.subr 4093OLD_DIRS+=usr/share/doc/atf 4094OLD_FILES+=usr/share/doc/atf/AUTHORS 4095OLD_FILES+=usr/share/doc/atf/COPYING 4096OLD_FILES+=usr/share/doc/atf/NEWS 4097OLD_FILES+=usr/share/doc/atf/README 4098OLD_FILES+=usr/share/man/man1/atf-check.1.gz 4099OLD_FILES+=usr/share/man/man1/atf-sh.1.gz 4100OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz 4101OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz 4102OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz 4103OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz 4104OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz 4105OLD_FILES+=usr/share/mk/atf.test.mk 4106 4107# Test suite. 4108# TODO(jmmv): To be filled in. 4109.endif 4110 |
|
4107#.if ${MK_TOOLCHAIN} == no 4108# to be filled in 4109#.endif 4110 4111.if ${MK_UNBOUND} == no 4112OLD_FILES+=etc/rc.d/local_unbound 4113OLD_FILES+=usr/lib/private/libunbound.a 4114OLD_FILES+=usr/lib/private/libunbound.so --- 93 unchanged lines hidden --- | 4111#.if ${MK_TOOLCHAIN} == no 4112# to be filled in 4113#.endif 4114 4115.if ${MK_UNBOUND} == no 4116OLD_FILES+=etc/rc.d/local_unbound 4117OLD_FILES+=usr/lib/private/libunbound.a 4118OLD_FILES+=usr/lib/private/libunbound.so --- 93 unchanged lines hidden --- |