Deleted Added
full compact
OptionalObsoleteFiles.inc (177714) OptionalObsoleteFiles.inc (179315)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 177714 2008-03-29 17:44:40Z ru $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 179315 2008-05-26 10:40:09Z bz $
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_ACPI} == no
9OLD_FILES+=usr/sbin/acpiconf
10OLD_FILES+=usr/sbin/acpidb

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

405#.if ${MK_HESIOD} == no
406# to be filled in
407#.endif
408
409#.if ${MK_HTML} == no
410# to be filled in
411#.endif
412
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_ACPI} == no
9OLD_FILES+=usr/sbin/acpiconf
10OLD_FILES+=usr/sbin/acpidb

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

405#.if ${MK_HESIOD} == no
406# to be filled in
407#.endif
408
409#.if ${MK_HTML} == no
410# to be filled in
411#.endif
412
413.if ${MK_I4B} == no
414OLD_FILES+=usr/sbin/dtmfdecode
415OLD_FILES+=usr/sbin/g711conv
416OLD_FILES+=usr/sbin/isdnd
417OLD_FILES+=usr/sbin/isdndebug
418OLD_FILES+=usr/sbin/isdndecode
419OLD_FILES+=usr/sbin/isdnmonitor
420OLD_FILES+=usr/sbin/isdnphone
421OLD_FILES+=usr/sbin/isdntel
422OLD_FILES+=usr/sbin/isdntelctl
423OLD_FILES+=usr/sbin/isdntrace
424OLD_FILES+=usr/share/isdn/0.al
425OLD_FILES+=usr/share/isdn/1.al
426OLD_FILES+=usr/share/isdn/2.al
427OLD_FILES+=usr/share/isdn/3.al
428OLD_FILES+=usr/share/isdn/4.al
429OLD_FILES+=usr/share/isdn/5.al
430OLD_FILES+=usr/share/isdn/6.al
431OLD_FILES+=usr/share/isdn/7.al
432OLD_FILES+=usr/share/isdn/8.al
433OLD_FILES+=usr/share/isdn/9.al
434OLD_FILES+=usr/share/isdn/beep.al
435OLD_FILES+=usr/share/isdn/msg.al
436OLD_FILES+=usr/share/man/man1/dtmfdecode.1.gz
437OLD_FILES+=usr/share/man/man1/g711conv.1.gz
438OLD_FILES+=usr/share/man/man4/i4b.4.gz
439OLD_FILES+=usr/share/man/man4/i4bcapi.4.gz
440OLD_FILES+=usr/share/man/man4/i4bctl.4.gz
441OLD_FILES+=usr/share/man/man4/i4bing.4.gz
442OLD_FILES+=usr/share/man/man4/i4bipr.4.gz
443OLD_FILES+=usr/share/man/man4/i4bisppp.4.gz
444OLD_FILES+=usr/share/man/man4/i4bq921.4.gz
445OLD_FILES+=usr/share/man/man4/i4bq931.4.gz
446OLD_FILES+=usr/share/man/man4/i4brbch.4.gz
447OLD_FILES+=usr/share/man/man4/i4btel.4.gz
448OLD_FILES+=usr/share/man/man4/i4btrc.4.gz
449OLD_FILES+=usr/share/man/man4/iavc.4.gz
450OLD_FILES+=usr/share/man/man4/isic.4.gz
451OLD_FILES+=usr/share/man/man4/ifpi.4.gz
452OLD_FILES+=usr/share/man/man4/ifpi2.4.gz
453OLD_FILES+=usr/share/man/man4/ifpnp.4.gz
454OLD_FILES+=usr/share/man/man4/ihfc.4.gz
455OLD_FILES+=usr/share/man/man4/itjc.4.gz
456OLD_FILES+=usr/share/man/man4/iwic.4.gz
457OLD_FILES+=usr/share/man/man5/isdnd.rc.5.gz
458OLD_FILES+=usr/share/man/man5/isdnd.rates.5.gz
459OLD_FILES+=usr/share/man/man5/isdnd.acct.5.gz
460OLD_FILES+=usr/share/man/man8/isdnd.8.gz
461OLD_FILES+=usr/share/man/man8/isdndebug.8.gz
462OLD_FILES+=usr/share/man/man8/isdndecode.8.gz
463OLD_FILES+=usr/share/man/man8/isdnmonitor.8.gz
464OLD_FILES+=usr/share/man/man8/isdnphone.8.gz
465OLD_FILES+=usr/share/man/man8/isdntel.8.gz
466OLD_FILES+=usr/share/man/man8/isdntelctl.8.gz
467OLD_FILES+=usr/share/man/man8/isdntrace.8.gz
468.endif
469
470.if ${MK_INET6} == no
471OLD_FILES+=rescue/ping6
472OLD_FILES+=sbin/ping6
473OLD_FILES+=sbin/rtsol
474OLD_FILES+=usr/sbin/faithd
475OLD_FILES+=usr/sbin/ip6addrctl
476OLD_FILES+=usr/sbin/mld6query
477OLD_FILES+=usr/sbin/ndp

--- 737 unchanged lines hidden ---
413.if ${MK_INET6} == no
414OLD_FILES+=rescue/ping6
415OLD_FILES+=sbin/ping6
416OLD_FILES+=sbin/rtsol
417OLD_FILES+=usr/sbin/faithd
418OLD_FILES+=usr/sbin/ip6addrctl
419OLD_FILES+=usr/sbin/mld6query
420OLD_FILES+=usr/sbin/ndp

--- 737 unchanged lines hidden ---