Author: emaste Date: Tue Dec 2 02:11:09 2014 New Revision: 275388 URL: https://svnweb.freebsd.org/changeset/base/275388
Log: Add elfcopy and man page to OptionalObsoleteFiles Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- head/tools/build/mk/OptionalObsoleteFiles.inc Tue Dec 2 01:45:04 2014 (r275387) +++ head/tools/build/mk/OptionalObsoleteFiles.inc Tue Dec 2 02:11:09 2014 (r275388) @@ -1198,6 +1198,11 @@ OLD_FILES+=usr/share/dict/words OLD_DIRS+=usr/share/dict .endif +.if ${MK_ELFTOOLCHAIN_TOOLS} == no +OLD_FILES+=usr/bin/elfcopy +OLD_FILES+=usr/share/man/man1/elfcopy.1.gz +.endif + #.if ${MK_EXAMPLES} == no # to be filled in #.endif _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"