OptionalObsoleteFiles.inc (c14a5a8800a0f7a007f8cd197b4cad4d26a78f8c) OptionalObsoleteFiles.inc (cd0d51baaa4509a1db83251a601d34404d20c990)
1#
2# $FreeBSD$
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

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

8641OLD_FILES+=var/db/services.db
8642.endif
8643
8644.if ${MK_SHAREDOCS} == no
8645OLD_FILES+=usr/share/doc/pjdfstest/README
8646OLD_DIRS+=usr/share/doc/pjdfstest
8647.endif
8648
1#
2# $FreeBSD$
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

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

8641OLD_FILES+=var/db/services.db
8642.endif
8643
8644.if ${MK_SHAREDOCS} == no
8645OLD_FILES+=usr/share/doc/pjdfstest/README
8646OLD_DIRS+=usr/share/doc/pjdfstest
8647.endif
8648
8649.if ${MK_SSP} == no
8650OLD_LIBS+=lib/libssp.so.0
8651OLD_FILES+=usr/include/ssp/ssp.h
8652OLD_FILES+=usr/include/ssp/stdio.h
8653OLD_FILES+=usr/include/ssp/string.h
8654OLD_FILES+=usr/include/ssp/unistd.h
8655OLD_FILES+=usr/lib/libssp.a
8656OLD_FILES+=usr/lib/libssp.so
8657OLD_FILES+=usr/lib/libssp_nonshared.a
8658OLD_FILES+=usr/lib32/libssp.a
8659OLD_FILES+=usr/lib32/libssp.so
8660OLD_LIBS+=usr/lib32/libssp.so.0
8661OLD_FILES+=usr/lib32/libssp_nonshared.a
8662OLD_FILES+=usr/tests/lib/libc/ssp/Kyuafile
8663OLD_FILES+=usr/tests/lib/libc/ssp/h_fgets
8664OLD_FILES+=usr/tests/lib/libc/ssp/h_getcwd
8665OLD_FILES+=usr/tests/lib/libc/ssp/h_gets
8666OLD_FILES+=usr/tests/lib/libc/ssp/h_memcpy
8667OLD_FILES+=usr/tests/lib/libc/ssp/h_memmove
8668OLD_FILES+=usr/tests/lib/libc/ssp/h_memset
8669OLD_FILES+=usr/tests/lib/libc/ssp/h_read
8670OLD_FILES+=usr/tests/lib/libc/ssp/h_readlink
8671OLD_FILES+=usr/tests/lib/libc/ssp/h_snprintf
8672OLD_FILES+=usr/tests/lib/libc/ssp/h_sprintf
8673OLD_FILES+=usr/tests/lib/libc/ssp/h_stpcpy
8674OLD_FILES+=usr/tests/lib/libc/ssp/h_stpncpy
8675OLD_FILES+=usr/tests/lib/libc/ssp/h_strcat
8676OLD_FILES+=usr/tests/lib/libc/ssp/h_strcpy
8677OLD_FILES+=usr/tests/lib/libc/ssp/h_strncat
8678OLD_FILES+=usr/tests/lib/libc/ssp/h_strncpy
8679OLD_FILES+=usr/tests/lib/libc/ssp/h_vsnprintf
8680OLD_FILES+=usr/tests/lib/libc/ssp/h_vsprintf
8681OLD_FILES+=usr/tests/lib/libc/ssp/ssp_test
8682.endif
8683
8684.if ${MK_SYSCONS} == no
8685OLD_FILES+=usr/share/syscons/fonts/INDEX.fonts
8686OLD_FILES+=usr/share/syscons/fonts/armscii8-8x14.fnt
8687OLD_FILES+=usr/share/syscons/fonts/armscii8-8x16.fnt
8688OLD_FILES+=usr/share/syscons/fonts/armscii8-8x8.fnt
8689OLD_FILES+=usr/share/syscons/fonts/cp1251-8x14.fnt
8690OLD_FILES+=usr/share/syscons/fonts/cp1251-8x16.fnt
8691OLD_FILES+=usr/share/syscons/fonts/cp1251-8x8.fnt

--- 2261 unchanged lines hidden ---
8649.if ${MK_SYSCONS} == no
8650OLD_FILES+=usr/share/syscons/fonts/INDEX.fonts
8651OLD_FILES+=usr/share/syscons/fonts/armscii8-8x14.fnt
8652OLD_FILES+=usr/share/syscons/fonts/armscii8-8x16.fnt
8653OLD_FILES+=usr/share/syscons/fonts/armscii8-8x8.fnt
8654OLD_FILES+=usr/share/syscons/fonts/cp1251-8x14.fnt
8655OLD_FILES+=usr/share/syscons/fonts/cp1251-8x16.fnt
8656OLD_FILES+=usr/share/syscons/fonts/cp1251-8x8.fnt

--- 2261 unchanged lines hidden ---