diff options
| author | Andreas Schulz <ats@FreeBSD.org> | 1995-12-31 21:32:17 +0000 |
|---|---|---|
| committer | Andreas Schulz <ats@FreeBSD.org> | 1995-12-31 21:32:17 +0000 |
| commit | 961c0bd1a8c7bafec6298723745a31364d402fcf (patch) | |
| tree | 789122fe0149f864729a96f2395940f0fb4ca7a4 | |
| parent | d95793c9342ffed25d7d707373cb90ff04c20762 (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 37844eb3beb7..db49bd0df084 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.63 1995/10/23 16:44:22 peter Exp $ +# $Id: Makefile,v 1.64 1995/12/29 15:29:35 bde Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct units xsend @@ -38,7 +38,7 @@ SUBDIR+= ../secure/usr.bin/telnet .if make(clean) || make(cleandir) # XXX Should have `f77', `pascal' & `vmstat.sparc' judging by the # machine dependant lines, but we don't have them -SUBDIR+=cmp kzip look systat tail vmstat +SUBDIR+=cmp kzip look sasc systat tail vmstat .elif ${MACHINE} == "hp300" SUBDIR+=cmp ld look systat tail vmstat .elif ${MACHINE} == "i386" |
