Deleted Added
full compact
OptionalObsoleteFiles.inc (278713) OptionalObsoleteFiles.inc (278717)
1#
1#
2# $FreeBSD: stable/10/tools/build/mk/OptionalObsoleteFiles.inc 278713 2015-02-13 21:24:32Z ngie $
2# $FreeBSD: stable/10/tools/build/mk/OptionalObsoleteFiles.inc 278717 2015-02-13 21:32:05Z ngie $
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

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

487OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan
488OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all
489OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday
490OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc
491OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox
492OLD_FILES+=usr/share/man/man1/calendar.1.gz
493.endif
494
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

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

487OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan
488OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all
489OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday
490OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc
491OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox
492OLD_FILES+=usr/share/man/man1/calendar.1.gz
493.endif
494
495.if ${MK_CCD} == no
496OLD_FILES+=etc/rc.d/ccd
497OLD_FILES+=sbin/ccdconfig
498OLD_FILES+=usr/share/man/man4/ccd.4.gz
499OLD_FILES+=usr/share/man/man8/ccdconfig.8.gz
500.endif
501
495.if ${MK_CDDL} == no
496OLD_LIBS+=lib/libavl.so.2
497OLD_LIBS+=lib/libctf.so.2
498OLD_LIBS+=lib/libdtrace.so.2
499OLD_LIBS+=lib/libnvpair.so.2
500OLD_LIBS+=lib/libumem.so.2
501OLD_LIBS+=lib/libuutil.so.2
502OLD_FILES+=usr/bin/ctfconvert

--- 4442 unchanged lines hidden ---
502.if ${MK_CDDL} == no
503OLD_LIBS+=lib/libavl.so.2
504OLD_LIBS+=lib/libctf.so.2
505OLD_LIBS+=lib/libdtrace.so.2
506OLD_LIBS+=lib/libnvpair.so.2
507OLD_LIBS+=lib/libumem.so.2
508OLD_LIBS+=lib/libuutil.so.2
509OLD_FILES+=usr/bin/ctfconvert

--- 4442 unchanged lines hidden ---