diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-10-03 12:29:28 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-10-03 12:29:28 +0000 |
| commit | 9d7f79dc98e02243e30ff088256f6542490906f9 (patch) | |
| tree | 42b672502e55f5d9133cf63e7fc5edd51d44fdfc | |
| parent | ba3551df6ee773f042f8b8605becb7bda18ec312 (diff) | |
Notes
| -rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index c001e7c0d9f5b..ad73ddb307ec0 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.60 1995/08/30 09:52:07 jkh Exp $ +# $Id: Makefile,v 1.61 1995/09/29 19:50:40 ache Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct units xsend @@ -41,7 +41,7 @@ SUBDIR+=cmp kzip look systat tail vmstat .elif ${MACHINE} == "hp300" SUBDIR+=cmp ld look systat tail vmstat .elif ${MACHINE} == "i386" -SUBDIR+=cmp kzip look systat tail vmstat +SUBDIR+=cmp kzip look sasc systat tail vmstat # XXX Use gnu/usr.bin/ld for now .elif ${MACHINE} == "luna68k" SUBDIR+=cmp ld look systat tail vmstat |
