diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-28 00:58:16 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-28 00:58:16 +0000 |
commit | b4ed2486a894d2220030244db97134942b77b59e (patch) | |
tree | d68fdacaf71093da6ec2ba8da75a812807efad92 /tools | |
parent | 91980140223b505087dcdfafa71e83d9f6e8faf4 (diff) | |
download | FreeBSD-src-b4ed2486a894d2220030244db97134942b77b59e.zip FreeBSD-src-b4ed2486a894d2220030244db97134942b77b59e.tar.gz |
MFC r314244:
Remove MK_OBJC block
It is no longer represented via src.conf(5)
Diffstat (limited to 'tools')
-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 165d8e9..790984f 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -4043,10 +4043,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+=usr/bin/sftp OLD_FILES+=usr/bin/ssh |