Author: emaste Date: Mon Aug 10 19:41:31 2015 New Revision: 286590 URL: https://svnweb.freebsd.org/changeset/base/286590
Log: Remove ${_subdir}s that are never set The MK_NIS subdirs were leftovers from r212558 and kdump/truss were introduced in r240404. Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/Makefile Modified: head/usr.bin/Makefile ============================================================================== --- head/usr.bin/Makefile Mon Aug 10 19:38:07 2015 (r286589) +++ head/usr.bin/Makefile Mon Aug 10 19:41:31 2015 (r286590) @@ -69,7 +69,6 @@ SUBDIR= ${_addr2line} \ ipcs \ join \ jot \ - ${_kdump} \ keylogin \ keylogout \ killall \ @@ -175,7 +174,6 @@ SUBDIR= ${_addr2line} \ tr \ true \ truncate \ - ${_truss} \ tset \ tsort \ tty \ @@ -202,10 +200,7 @@ SUBDIR= ${_addr2line} \ xo \ xz \ xzdec \ - yes \ - ${_ypcat} \ - ${_ypmatch} \ - ${_ypwhich} + yes # NB: keep these sorted by MK_* knobs _______________________________________________ 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"