Deleted Added
full compact
OptionalObsoleteFiles.inc (350259) OptionalObsoleteFiles.inc (356345)
1#
1#
2# $FreeBSD: stable/11/tools/build/mk/OptionalObsoleteFiles.inc 350259 2019-07-23 20:31:54Z dim $
2# $FreeBSD: stable/11/tools/build/mk/OptionalObsoleteFiles.inc 356345 2020-01-04 01:09:33Z cy $
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
9OLD_FILES+=etc/rc.d/accounting
10OLD_FILES+=etc/periodic/daily/310.accounting

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

8981OLD_FILES+=usr/lib/private/libunbound.so
8982OLD_LIBS+=usr/lib/private/libunbound.so.5
8983OLD_FILES+=usr/lib/private/libunbound_p.a
8984.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
8985OLD_FILES+=usr/lib32/private/libunbound.a
8986OLD_FILES+=usr/lib32/private/libunbound.so
8987OLD_LIBS+=usr/lib32/private/libunbound.so.5
8988OLD_FILES+=usr/lib32/private/libunbound_p.a
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
9OLD_FILES+=etc/rc.d/accounting
10OLD_FILES+=etc/periodic/daily/310.accounting

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

8981OLD_FILES+=usr/lib/private/libunbound.so
8982OLD_LIBS+=usr/lib/private/libunbound.so.5
8983OLD_FILES+=usr/lib/private/libunbound_p.a
8984.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
8985OLD_FILES+=usr/lib32/private/libunbound.a
8986OLD_FILES+=usr/lib32/private/libunbound.so
8987OLD_LIBS+=usr/lib32/private/libunbound.so.5
8988OLD_FILES+=usr/lib32/private/libunbound_p.a
8989OLD_FILES+=usr/share/man/man5/local-unbound.conf.5.gz
8990OLD_FILES+=usr/share/man/man8/local-unbound-anchor.8.gz
8991OLD_FILES+=usr/share/man/man8/local-unbound-checkconf.8.gz
8992OLD_FILES+=usr/share/man/man8/local-unbound-control.8.gz
8993OLD_FILES+=usr/share/man/man8/local-unbound.8.gz
8989.endif
8990OLD_FILES+=usr/sbin/local-unbound-setup
8994.endif
8995OLD_FILES+=usr/sbin/local-unbound-setup
8991OLD_FILES+=usr/sbin/unbound
8992OLD_FILES+=usr/sbin/unbound-anchor
8993OLD_FILES+=usr/sbin/unbound-checkconf
8994OLD_FILES+=usr/sbin/unbound-control
8995OLD_FILES+=usr/share/man/man5/unbound.conf.5.gz
8996OLD_FILES+=usr/share/man/man8/unbound-anchor.8.gz
8997OLD_FILES+=usr/share/man/man8/unbound-checkconf.8.gz
8998OLD_FILES+=usr/share/man/man8/unbound-control.8.gz
8999OLD_FILES+=usr/share/man/man8/unbound.8.gz
8996OLD_FILES+=usr/sbin/local-unbound
8997OLD_FILES+=usr/sbin/local-unbound-anchor
8998OLD_FILES+=usr/sbin/local-unbound-checkconf
8999OLD_FILES+=usr/sbin/local-unbound-control
9000.endif
9001
9002.if ${MK_USB} == no
9003OLD_FILES+=etc/devd/uath.conf
9004OLD_FILES+=etc/devd/uauth.conf
9005OLD_FILES+=etc/devd/ulpt.conf
9006OLD_FILES+=etc/devd/usb.conf
9007OLD_FILES+=usr/bin/usbhidaction

--- 947 unchanged lines hidden ---
9000.endif
9001
9002.if ${MK_USB} == no
9003OLD_FILES+=etc/devd/uath.conf
9004OLD_FILES+=etc/devd/uauth.conf
9005OLD_FILES+=etc/devd/ulpt.conf
9006OLD_FILES+=etc/devd/usb.conf
9007OLD_FILES+=usr/bin/usbhidaction

--- 947 unchanged lines hidden ---