View | Details | Raw Unified | Return to bug 120492
Collapse All | Expand All

(-)/usr/src/tools/build/mk/OptionalObsoleteFiles.inc 2008-02-10 16:55:03.000000000 +0900 (-6 / +10 lines)
Lines 385-393 Link Here
385
# to be filled in
385
# to be filled in
386
#.endif
386
#.endif
387
387
388
#.if ${MK_GCOV} == no
388
.if ${MK_GCOV} == no
389
# to be filled in
389
OLD_FILES+=usr/bin/gcov
390
#.endif
390
.endif
391
391
392
#.if ${MK_GDB} == no
392
#.if ${MK_GDB} == no
393
# to be filled in
393
# to be filled in
Lines 578-586 Link Here
578
OLD_FILES+=usr/share/man/man8/ippool.8.gz
578
OLD_FILES+=usr/share/man/man8/ippool.8.gz
579
.endif
579
.endif
580
580
581
#.if ${MK_IPX} == no
581
.if ${MK_IPX} == no
582
# to be filled in
582
OLD_FILES+=usr/bin/ncplist
583
#.endif
583
OLD_FILES+=usr/bin/ncplogin
584
OLD_FILES+=usr/bin/ncplogout
585
OLD_FILES+=usr/sbin/mount_nwfs
586
OLD_FILES+=usr/sbin/IPXrouted
587
.endif
584
588
585
.if ${MK_KERBEROS} == no
589
.if ${MK_KERBEROS} == no
586
OLD_FILES+=usr/bin/ksu
590
OLD_FILES+=usr/bin/ksu

Return to bug 120492