diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2015-08-10 19:41:31 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2015-08-10 19:41:31 +0000 |
| commit | 9138b6e04a39cc0975856c43d2f6ea2c03daaae0 (patch) | |
| tree | e728b690c1e3c9f94b424228c65dfcdb91ef70d7 /usr.bin | |
| parent | de8b7ceff1a335e8cb02594a3277072f0bc62a8e (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index cf5604c79a068..9feb396dfd99f 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -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 |
