diff options
author | Dima Ruban <dima@FreeBSD.org> | 1998-11-09 10:52:43 +0000 |
---|---|---|
committer | Dima Ruban <dima@FreeBSD.org> | 1998-11-09 10:52:43 +0000 |
commit | 8df85cf6dcaa7f2ba2bd820b6baf04ab67bf80bc (patch) | |
tree | afd6b2685c7fd350a8ec8929badbcf67d1dfb745 | |
parent | 46e79a3c0e16fdccacc6cc29a475821f364c48e7 (diff) |
Notes
-rw-r--r-- | usr.bin/Makefile | 8 |
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> |