OptionalObsoleteFiles.inc (9a0ec541e2f172b0368bca9de9e7c674963ee346) | OptionalObsoleteFiles.inc (8f8790cdf48a0190fca8ba4f55180136cd1ccca7) |
---|---|
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 --- 4353 unchanged lines hidden (view full) --- 4362OLD_FILES+=usr/share/man/man1/telnet.1.gz 4363OLD_FILES+=usr/share/man/man8/telnetd.8.gz 4364.endif 4365 4366#.if ${MK_TOOLCHAIN} == no 4367# to be filled in 4368#.endif 4369 | 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 --- 4353 unchanged lines hidden (view full) --- 4362OLD_FILES+=usr/share/man/man1/telnet.1.gz 4363OLD_FILES+=usr/share/man/man8/telnetd.8.gz 4364.endif 4365 4366#.if ${MK_TOOLCHAIN} == no 4367# to be filled in 4368#.endif 4369 |
4370.if ${MK_UNBOUND} == no 4371OLD_FILES+=usr/lib/private/libunbound.a 4372OLD_FILES+=usr/lib/private/libunbound.so 4373OLD_LIBS+=usr/lib/private/libunbound.so.5 4374OLD_FILES+=usr/lib/private/libunbound_p.a 4375.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" 4376OLD_FILES+=usr/lib32/private/libunbound.a 4377OLD_FILES+=usr/lib32/private/libunbound.so 4378OLD_LIBS+=usr/lib32/private/libunbound.so.5 4379OLD_FILES+=usr/lib32/private/libunbound_p.a 4380.endif 4381OLD_FILES+=usr/sbin/unbound 4382OLD_FILES+=usr/sbin/unbound-anchor 4383OLD_FILES+=usr/sbin/unbound-checkconf 4384OLD_FILES+=usr/sbin/unbound-control 4385OLD_FILES+=usr/sbin/unbound-control-setup 4386.endif 4387 |
|
4370#.if ${MK_USB} == no 4371# to be filled in 4372#.endif 4373 4374.if ${MK_UTMPX} == no 4375OLD_FILES+=etc/periodic/monthly/200.accounting 4376OLD_FILES+=usr/bin/last 4377OLD_FILES+=usr/bin/users --- 68 unchanged lines hidden --- | 4388#.if ${MK_USB} == no 4389# to be filled in 4390#.endif 4391 4392.if ${MK_UTMPX} == no 4393OLD_FILES+=etc/periodic/monthly/200.accounting 4394OLD_FILES+=usr/bin/last 4395OLD_FILES+=usr/bin/users --- 68 unchanged lines hidden --- |