Deleted Added
full compact
OptionalObsoleteFiles.inc (243830) OptionalObsoleteFiles.inc (244512)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 243830 2012-12-03 19:24:08Z dim $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 244512 2012-12-20 22:07:47Z bapt $
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/periodic/daily/310.accounting
10OLD_FILES+=usr/sbin/accton

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

3683OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
3684.endif
3685
3686.if ${MK_PKGBOOTSTRAP} == no
3687OLD_FILES+=usr/sbin/pkg
3688.endif
3689
3690.if ${MK_PKGTOOLS} == no
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/periodic/daily/310.accounting
10OLD_FILES+=usr/sbin/accton

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

3683OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
3684.endif
3685
3686.if ${MK_PKGBOOTSTRAP} == no
3687OLD_FILES+=usr/sbin/pkg
3688.endif
3689
3690.if ${MK_PKGTOOLS} == no
3691OLD_FILES+=etc/periodic/daily/220.backup-pkgdb
3691OLD_FILES+=etc/periodic/daily/490.status-pkg-changes
3692OLD_FILES+=etc/periodic/security/460.chkportsum
3693OLD_FILES+=etc/periodic/weekly/400.status-pkg
3694OLD_FILES+=usr/include/pkg.h
3695OLD_FILES+=usr/lib/libpkg.a
3696OLD_FILES+=usr/lib/libpkg.so
3697OLD_LIBS+=usr/lib/libpkg.so.0
3698OLD_FILES+=usr/sbin/pkg_add

--- 532 unchanged lines hidden ---
3692OLD_FILES+=etc/periodic/daily/490.status-pkg-changes
3693OLD_FILES+=etc/periodic/security/460.chkportsum
3694OLD_FILES+=etc/periodic/weekly/400.status-pkg
3695OLD_FILES+=usr/include/pkg.h
3696OLD_FILES+=usr/lib/libpkg.a
3697OLD_FILES+=usr/lib/libpkg.so
3698OLD_LIBS+=usr/lib/libpkg.so.0
3699OLD_FILES+=usr/sbin/pkg_add

--- 532 unchanged lines hidden ---