Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 19:41:32 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286590 - head/usr.bin
Message-ID:  <201508101941.t7AJfWRG002600@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508101941.t7AJfWRG002600>