Deleted Added
full compact
OptionalObsoleteFiles.inc (254010) OptionalObsoleteFiles.inc (254273)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 254010 2013-08-06 21:30:37Z sbruno $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 254273 2013-08-13 07:15:01Z peter $
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

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

2193OLD_FILES+=usr/share/man/man3/hesiod.3.gz
2194OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
2195.endif
2196
2197#.if ${MK_HTML} == no
2198# to be filled in
2199#.endif
2200
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

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

2193OLD_FILES+=usr/share/man/man3/hesiod.3.gz
2194OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
2195.endif
2196
2197#.if ${MK_HTML} == no
2198# to be filled in
2199#.endif
2200
2201.if ${MK_ICONV} == no
2202OLD_FILES+=usr/bin/iconv
2203OLD_FILES+=usr/bin/mkcsmapper
2204OLD_FILES+=usr/bin/mkesdb
2205OLD_FILES+=usr/include/_libiconv_compat.h
2206OLD_FILES+=usr/include/iconv.h
2207OLD_FILES+=usr/share/man/man1/iconv.1.gz
2208OLD_FILES+=usr/share/man/man1/mkcsmapper.1.gz
2209OLD_FILES+=usr/share/man/man1/mkesdb.1.gz
2210OLD_FILES+=usr/share/man/man3/__iconv.3.gz
2211OLD_FILES+=usr/share/man/man3/__iconv_free_list.3.gz
2212OLD_FILES+=usr/share/man/man3/__iconv_get_list.3.gz
2213OLD_FILES+=usr/share/man/man3/iconv.3.gz
2214OLD_FILES+=usr/share/man/man3/iconv_canonicalize.3.gz
2215OLD_FILES+=usr/share/man/man3/iconv_close.3.gz
2216OLD_FILES+=usr/share/man/man3/iconv_open.3.gz
2217OLD_FILES+=usr/share/man/man3/iconv_open_into.3.gz
2218OLD_FILES+=usr/share/man/man3/iconvctl.3.gz
2219OLD_FILES+=usr/share/man/man3/iconvlist.3.gz
2220.endif
2221
2201.if ${MK_INET6} == no
2202OLD_FILES+=sbin/ping6
2203OLD_FILES+=sbin/rtsol
2204OLD_FILES+=usr/sbin/faithd
2205OLD_FILES+=usr/sbin/ip6addrctl
2206OLD_FILES+=usr/sbin/mld6query
2207OLD_FILES+=usr/sbin/ndp
2208OLD_FILES+=usr/sbin/rip6query

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

3333OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
3334OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
3335.endif
3336
3337#.if ${MK_LIB32} == no
3338# to be filled in
3339#.endif
3340
2222.if ${MK_INET6} == no
2223OLD_FILES+=sbin/ping6
2224OLD_FILES+=sbin/rtsol
2225OLD_FILES+=usr/sbin/faithd
2226OLD_FILES+=usr/sbin/ip6addrctl
2227OLD_FILES+=usr/sbin/mld6query
2228OLD_FILES+=usr/sbin/ndp
2229OLD_FILES+=usr/sbin/rip6query

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

3354OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
3355OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
3356.endif
3357
3358#.if ${MK_LIB32} == no
3359# to be filled in
3360#.endif
3361
3362.if ${MK_LIBICONV_COMPAT} == no
3363OLD_FILES+=usr/lib/libiconv.a
3364OLD_FILES+=usr/lib/libiconv.so
3365OLD_FILES+=usr/lib/libiconv.so.3
3366OLD_FILES+=usr/lib/libiconv_p.a
3367.endif
3368
3341.if ${MK_LIBCPLUSPLUS} == no
3342OLD_LIBS+=lib/libcxxrt.so.1
3343OLD_FILES+=usr/lib/libc++.a
3344OLD_FILES+=usr/lib/libc++_p.a
3345OLD_FILES+=usr/lib/libc++.so
3346OLD_LIBS+=usr/lib/libc++.so.1
3347OLD_FILES+=usr/lib/libcxxrt.a
3348OLD_FILES+=usr/lib/libcxxrt.so

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

4342OLD_FILES+=usr/bin/svndumpfilter
4343OLD_FILES+=usr/bin/svnlook
4344OLD_FILES+=usr/bin/svnmucc
4345OLD_FILES+=usr/bin/svnrdump
4346OLD_FILES+=usr/bin/svnserve
4347OLD_FILES+=usr/bin/svnsync
4348OLD_FILES+=usr/bin/svnversion
4349.endif
3369.if ${MK_LIBCPLUSPLUS} == no
3370OLD_LIBS+=lib/libcxxrt.so.1
3371OLD_FILES+=usr/lib/libc++.a
3372OLD_FILES+=usr/lib/libc++_p.a
3373OLD_FILES+=usr/lib/libc++.so
3374OLD_LIBS+=usr/lib/libc++.so.1
3375OLD_FILES+=usr/lib/libcxxrt.a
3376OLD_FILES+=usr/lib/libcxxrt.so

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

4370OLD_FILES+=usr/bin/svndumpfilter
4371OLD_FILES+=usr/bin/svnlook
4372OLD_FILES+=usr/bin/svnmucc
4373OLD_FILES+=usr/bin/svnrdump
4374OLD_FILES+=usr/bin/svnserve
4375OLD_FILES+=usr/bin/svnsync
4376OLD_FILES+=usr/bin/svnversion
4377.endif
4350
4351.if ${MK_ICONV} == no
4352OLD_FILES+=usr/bin/iconv
4353.endif