summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Ruban <dima@FreeBSD.org>1998-11-09 10:52:43 +0000
committerDima Ruban <dima@FreeBSD.org>1998-11-09 10:52:43 +0000
commit8df85cf6dcaa7f2ba2bd820b6baf04ab67bf80bc (patch)
treeafd6b2685c7fd350a8ec8929badbcf67d1dfb745
parent46e79a3c0e16fdccacc6cc29a475821f364c48e7 (diff)
Notes
-rw-r--r--usr.bin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index d6e099fcbb29..7cc824936443 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
-# $Id: Makefile,v 1.118 1998/11/02 11:01:38 joerg Exp $
+# $Id: Makefile,v 1.119 1998/11/08 12:37:30 gpalmer Exp $
# XXX MISSING: deroff diction graph learn plot
# spell spline struct xsend
@@ -144,6 +144,7 @@ SUBDIR= apply \
split \
su \
symorder \
+ systat \
tail \
talk \
tconv \
@@ -174,6 +175,7 @@ SUBDIR= apply \
uuencode \
vacation \
vgrind \
+ vmstat \
vi \
vis \
w \
@@ -216,9 +218,7 @@ SUBDIR+=ar \
sasc \
size \
strings \
- strip \
- systat \
- vmstat
+ strip
.endif
.include <bsd.subdir.mk>