Deleted Added
full compact
OptionalObsoleteFiles.inc (254273) OptionalObsoleteFiles.inc (254921)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 254273 2013-08-13 07:15:01Z peter $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 254921 2013-08-26 17:21:40Z antoine $
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

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

1595OLD_FILES+=usr/share/info/gdb.info.gz
1596OLD_FILES+=usr/share/info/gdbint.info.gz
1597OLD_FILES+=usr/share/info/stabs.info.gz
1598OLD_FILES+=usr/share/man/man1/gdb.1.gz
1599OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
1600OLD_FILES+=usr/share/man/man1/kgdb.1.gz
1601.endif
1602
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

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

1595OLD_FILES+=usr/share/info/gdb.info.gz
1596OLD_FILES+=usr/share/info/gdbint.info.gz
1597OLD_FILES+=usr/share/info/stabs.info.gz
1598OLD_FILES+=usr/share/man/man1/gdb.1.gz
1599OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
1600OLD_FILES+=usr/share/man/man1/kgdb.1.gz
1601.endif
1602
1603.if ${MK_GNU_PATCH} == no
1604OLD_FILES+=usr/bin/bsdpatch
1605OLD_FILES+=usr/share/man/man1/bsdpatch.1.gz
1606.endif
1607
1603.if ${MK_GPIB} == no
1604OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h
1605OLD_FILES+=usr/include/dev/ieee488/ugpib.h
1606OLD_FILES+=usr/include/dev/ieee488/upd7210.h
1607OLD_FILES+=usr/include/gpib/gpib.h
1608OLD_FILES+=usr/lib/libgpib.a
1609OLD_FILES+=usr/lib/libgpib.so
1610OLD_LIBS+=usr/lib/libgpib.so.3

--- 2767 unchanged lines hidden ---
1608.if ${MK_GPIB} == no
1609OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h
1610OLD_FILES+=usr/include/dev/ieee488/ugpib.h
1611OLD_FILES+=usr/include/dev/ieee488/upd7210.h
1612OLD_FILES+=usr/include/gpib/gpib.h
1613OLD_FILES+=usr/lib/libgpib.a
1614OLD_FILES+=usr/lib/libgpib.so
1615OLD_LIBS+=usr/lib/libgpib.so.3

--- 2767 unchanged lines hidden ---