diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-08-13 22:04:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-08-13 22:04:30 +0000 |
commit | 55f80482d480293de647c43d23d9bfcb825f2b6c (patch) | |
tree | 7688eef8248322f2d57f699275c068881b89906a | |
parent | c68ea8a6402941824c72460b29cf3d16ae73fc86 (diff) | |
download | src-55f80482d480293de647c43d23d9bfcb825f2b6c.tar.gz src-55f80482d480293de647c43d23d9bfcb825f2b6c.zip |
Notes
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 249a1a5764f4..9397e382e81e 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -7506,7 +7506,7 @@ OLD_FILES+=usr/share/man/man1/colcrt.1.gz OLD_FILES+=usr/share/man/man1/ul.1.gz .endif -#.if ${MK_TOOLCHAIN} == no +.if ${MK_TOOLCHAIN} == no OLD_FILES+=usr/bin/addr2line OLD_FILES+=usr/bin/c++filt OLD_FILES+=usr/bin/nm @@ -7521,7 +7521,7 @@ OLD_FILES+=usr/share/man/man1/readelf.1.gz OLD_FILES+=usr/share/man/man1/size.1.gz OLD_FILES+=usr/share/man/man1/strings.1.gz OLD_FILES+=usr/share/man/man1/strip.1.gz -#.endif +.endif .if ${MK_TOOLCHAIN} == no || ${MK_ELFCOPY_AS_OBJCOPY} != no OLD_FILES+=usr/bin/elfcopy OLD_FILES+=usr/share/man/man1/elfcopy.1.gz |