diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-28 00:57:45 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-28 00:57:45 +0000 |
commit | 22a9b02a3ecd60fb0129199348a53e8bcadebbdf (patch) | |
tree | d9824b828ba613908cbb24d7c9909f429c3dd942 /tools/build | |
parent | b3dd16b4591573c5298ad7d924cd4d11b2d56f52 (diff) | |
download | FreeBSD-src-22a9b02a3ecd60fb0129199348a53e8bcadebbdf.zip FreeBSD-src-22a9b02a3ecd60fb0129199348a53e8bcadebbdf.tar.gz |
MFC r314244:
Remove MK_OBJC block
It is no longer represented via src.conf(5)
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index e555710..bba6924 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -6666,10 +6666,6 @@ OLD_FILES+=usr/share/man/man8/ntpq.8.gz OLD_FILES+=usr/share/man/man8/ntptime.8.gz .endif -#.if ${MK_OBJC} == no -# to be filled in -#.endif - .if ${MK_OPENSSH} == no OLD_FILES+=etc/rc.d/sshd OLD_FILES+=etc/ssh/moduli |