OptionalObsoleteFiles.inc (6d0016aea26b1f9692257a1c8eb7fee8a4cb7f9a) | OptionalObsoleteFiles.inc (aef807876c305587c60f73e2cd914115d22a53fd) |
---|---|
1# 2# 3# This file adds support for the WITHOUT_* and WITH_* knobs in src.conf(5) to 4# the check-old* and delete-old* targets. 5# 6# Blocks should be in sort(1) order by primary option. 7# 8 --- 3779 unchanged lines hidden (view full) --- 3788.if ${MK_LDNS_UTILS} == no 3789OLD_FILES+=usr/bin/drill 3790OLD_FILES+=usr/share/man/man1/drill.1.gz 3791OLD_FILES+=usr/bin/host 3792OLD_FILES+=usr/share/man/man1/host.1.gz 3793.endif 3794 3795.if ${MK_LEGACY_CONSOLE} == no | 1# 2# 3# This file adds support for the WITHOUT_* and WITH_* knobs in src.conf(5) to 4# the check-old* and delete-old* targets. 5# 6# Blocks should be in sort(1) order by primary option. 7# 8 --- 3779 unchanged lines hidden (view full) --- 3788.if ${MK_LDNS_UTILS} == no 3789OLD_FILES+=usr/bin/drill 3790OLD_FILES+=usr/share/man/man1/drill.1.gz 3791OLD_FILES+=usr/bin/host 3792OLD_FILES+=usr/share/man/man1/host.1.gz 3793.endif 3794 3795.if ${MK_LEGACY_CONSOLE} == no |
3796OLD_FILES+=etc/moused.conf |
|
3796OLD_FILES+=etc/rc.d/moused | 3797OLD_FILES+=etc/rc.d/moused |
3798OLD_FILES+=etc/rc.d/msconvd |
|
3797OLD_FILES+=etc/rc.d/syscons 3798OLD_FILES+=usr/sbin/kbdcontrol 3799OLD_FILES+=usr/sbin/kbdmap 3800OLD_FILES+=usr/sbin/moused | 3799OLD_FILES+=etc/rc.d/syscons 3800OLD_FILES+=usr/sbin/kbdcontrol 3801OLD_FILES+=usr/sbin/kbdmap 3802OLD_FILES+=usr/sbin/moused |
3803OLD_FILES+=usr/sbin/msconvd |
|
3801OLD_FILES+=usr/sbin/vidcontrol 3802OLD_FILES+=usr/sbin/vidfont 3803OLD_FILES+=usr/share/man/man1/kbdcontrol.1.gz 3804OLD_FILES+=usr/share/man/man1/kbdmap.1.gz 3805OLD_FILES+=usr/share/man/man1/vidcontrol.1.gz 3806OLD_FILES+=usr/share/man/man1/vidfont.1.gz 3807OLD_FILES+=usr/share/man/man5/kbdmap.5.gz 3808OLD_FILES+=usr/share/man/man5/keymap.5.gz | 3804OLD_FILES+=usr/sbin/vidcontrol 3805OLD_FILES+=usr/sbin/vidfont 3806OLD_FILES+=usr/share/man/man1/kbdcontrol.1.gz 3807OLD_FILES+=usr/share/man/man1/kbdmap.1.gz 3808OLD_FILES+=usr/share/man/man1/vidcontrol.1.gz 3809OLD_FILES+=usr/share/man/man1/vidfont.1.gz 3810OLD_FILES+=usr/share/man/man5/kbdmap.5.gz 3811OLD_FILES+=usr/share/man/man5/keymap.5.gz |
3812OLD_FILES+=usr/share/man/man5/moused.conf.5.gz |
|
3809OLD_FILES+=usr/share/man/man8/moused.8.gz | 3813OLD_FILES+=usr/share/man/man8/moused.8.gz |
3814OLD_FILES+=usr/share/man/man8/msconvd.8.gz 3815OLD_FILES+=usr/share/moused/5-generic-touchpad.quirks 3816OLD_DIRS+=usr/share/moused |
|
3810.endif 3811 3812.for LIBCOMPAT libcompat in ${_ALL_LIBCOMPATS_libcompats} 3813. if ${MK_LIB${LIBCOMPAT}} == no 3814OLD_FILES+=etc/mtree/BSD.lib${libcompat}.dist 3815OLD_FILES+=libexec/ld-elf${libcompat}.so.1 3816. if exists(${DESTDIR}/usr/lib${libcompat}) 3817LIB${LIBCOMPAT}_DIRS!=find ${DESTDIR}/usr/lib${libcompat} -type d \ --- 5923 unchanged lines hidden --- | 3817.endif 3818 3819.for LIBCOMPAT libcompat in ${_ALL_LIBCOMPATS_libcompats} 3820. if ${MK_LIB${LIBCOMPAT}} == no 3821OLD_FILES+=etc/mtree/BSD.lib${libcompat}.dist 3822OLD_FILES+=libexec/ld-elf${libcompat}.so.1 3823. if exists(${DESTDIR}/usr/lib${libcompat}) 3824LIB${LIBCOMPAT}_DIRS!=find ${DESTDIR}/usr/lib${libcompat} -type d \ --- 5923 unchanged lines hidden --- |