Deleted Added
full compact
OptionalObsoleteFiles.inc (233294) OptionalObsoleteFiles.inc (233337)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 233294 2012-03-22 08:48:42Z stas $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 233337 2012-03-23 03:16:35Z stas $
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

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

2179OLD_FILES+=usr/sbin/jexec
2180OLD_FILES+=usr/sbin/jls
2181OLD_FILES+=usr/share/man/man8/jail.8.gz
2182OLD_FILES+=usr/share/man/man8/jexec.8.gz
2183OLD_FILES+=usr/share/man/man8/jls.8.gz
2184.endif
2185
2186.if ${MK_KERBEROS} == no
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

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

2179OLD_FILES+=usr/sbin/jexec
2180OLD_FILES+=usr/sbin/jls
2181OLD_FILES+=usr/share/man/man8/jail.8.gz
2182OLD_FILES+=usr/share/man/man8/jexec.8.gz
2183OLD_FILES+=usr/share/man/man8/jls.8.gz
2184.endif
2185
2186.if ${MK_KERBEROS} == no
2187OLD_FILES+=usr/bin/compile_et
2187OLD_FILES+=usr/bin/hxtool
2188OLD_FILES+=usr/bin/kadmin
2189OLD_FILES+=usr/bin/kdestroy
2190OLD_FILES+=usr/bin/kf
2191OLD_FILES+=usr/bin/kgetcred
2192OLD_FILES+=usr/bin/kinit
2193OLD_FILES+=usr/bin/klist
2194OLD_FILES+=usr/bin/kpasswd

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

2261OLD_FILES+=usr/include/rtbl.h
2262OLD_FILES+=usr/include/wind.h
2263OLD_FILES+=usr/include/wind_err.h
2264OLD_FILES+=usr/include/xdbm.h
2265OLD_FILES+=usr/lib/libasn1.a
2266OLD_FILES+=usr/lib/libasn1.so
2267OLD_LIBS+=usr/lib/libasn1.so.10
2268OLD_FILES+=usr/lib/libasn1_p.a
2188OLD_FILES+=usr/bin/hxtool
2189OLD_FILES+=usr/bin/kadmin
2190OLD_FILES+=usr/bin/kdestroy
2191OLD_FILES+=usr/bin/kf
2192OLD_FILES+=usr/bin/kgetcred
2193OLD_FILES+=usr/bin/kinit
2194OLD_FILES+=usr/bin/klist
2195OLD_FILES+=usr/bin/kpasswd

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

2262OLD_FILES+=usr/include/rtbl.h
2263OLD_FILES+=usr/include/wind.h
2264OLD_FILES+=usr/include/wind_err.h
2265OLD_FILES+=usr/include/xdbm.h
2266OLD_FILES+=usr/lib/libasn1.a
2267OLD_FILES+=usr/lib/libasn1.so
2268OLD_LIBS+=usr/lib/libasn1.so.10
2269OLD_FILES+=usr/lib/libasn1_p.a
2270OLD_FILES+=usr/lib/libcom_err.a
2271OLD_FILES+=usr/lib/libcom_err.so
2272OLD_LIBS+=usr/lib/libcom_err.so.5
2273OLD_FILES+=usr/lib/libcom_err_p.a
2274OLD_FILES+=usr/lib/libcom_err_p.a
2269OLD_FILES+=usr/lib/libgssapi_krb5.a
2270OLD_FILES+=usr/lib/libgssapi_krb5.so
2271OLD_LIBS+=usr/lib/libgssapi_krb5.so.10
2272OLD_FILES+=usr/lib/libgssapi_krb5_p.a
2273OLD_FILES+=usr/lib/libgssapi_ntlm.a
2274OLD_FILES+=usr/lib/libgssapi_ntlm.so
2275OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10
2276OLD_FILES+=usr/lib/libgssapi_ntlm_p.a

--- 1669 unchanged lines hidden ---
2275OLD_FILES+=usr/lib/libgssapi_krb5.a
2276OLD_FILES+=usr/lib/libgssapi_krb5.so
2277OLD_LIBS+=usr/lib/libgssapi_krb5.so.10
2278OLD_FILES+=usr/lib/libgssapi_krb5_p.a
2279OLD_FILES+=usr/lib/libgssapi_ntlm.a
2280OLD_FILES+=usr/lib/libgssapi_ntlm.so
2281OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10
2282OLD_FILES+=usr/lib/libgssapi_ntlm_p.a

--- 1669 unchanged lines hidden ---