Deleted Added
full compact
OptionalObsoleteFiles.inc (257573) OptionalObsoleteFiles.inc (258230)
1#
1#
2# $FreeBSD: stable/10/tools/build/mk/OptionalObsoleteFiles.inc 257573 2013-11-03 13:06:43Z bdrewery $
2# $FreeBSD: stable/10/tools/build/mk/OptionalObsoleteFiles.inc 258230 2013-11-16 18:40:44Z gjb $
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

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

3185OLD_FILES+=usr/bin/host
3186OLD_FILES+=usr/share/man/man1/host.1.gz
3187.endif
3188
3189#.if ${MK_LIB32} == no
3190# to be filled in
3191#.endif
3192
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

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

3185OLD_FILES+=usr/bin/host
3186OLD_FILES+=usr/share/man/man1/host.1.gz
3187.endif
3188
3189#.if ${MK_LIB32} == no
3190# to be filled in
3191#.endif
3192
3193.if ${MK_LIBICONV_COMPAT} == no
3194OLD_FILES+=usr/lib/libiconv.a
3195OLD_FILES+=usr/lib/libiconv.so
3196OLD_FILES+=usr/lib/libiconv.so.3
3197OLD_FILES+=usr/lib/libiconv_p.a
3198.endif
3199
3200.if ${MK_LIBCPLUSPLUS} == no
3201OLD_LIBS+=lib/libcxxrt.so.1
3202OLD_FILES+=usr/lib/libc++.a
3203OLD_FILES+=usr/lib/libc++_p.a
3204OLD_FILES+=usr/lib/libc++.so
3205OLD_LIBS+=usr/lib/libc++.so.1
3206OLD_FILES+=usr/lib/libcxxrt.a
3207OLD_FILES+=usr/lib/libcxxrt.so

--- 1043 unchanged lines hidden ---
3193.if ${MK_LIBCPLUSPLUS} == no
3194OLD_LIBS+=lib/libcxxrt.so.1
3195OLD_FILES+=usr/lib/libc++.a
3196OLD_FILES+=usr/lib/libc++_p.a
3197OLD_FILES+=usr/lib/libc++.so
3198OLD_LIBS+=usr/lib/libc++.so.1
3199OLD_FILES+=usr/lib/libcxxrt.a
3200OLD_FILES+=usr/lib/libcxxrt.so

--- 1043 unchanged lines hidden ---