diff options
| -rw-r--r-- | usr.bin/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 822c2eb6f2f8..46317ccc03c0 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.22 1994/09/26 23:14:31 pst Exp $ +# $Id: Makefile,v 1.23 1994/10/15 20:50:05 gpalmer Exp $ # XXX MISSING: bc dc deroff diction diff ex graph learn plot # ptx spell spline struct units xsend @@ -29,7 +29,9 @@ SUBDIR= apply ar at banner basename biff cal calendar \ # Cmp, look and tail all use mmap, so new-VM only. # F77 and pascal are VAX/Tahoe only. .if make(clean) || make(cleandir) -SUBDIR+=cmp f77 pascal ld look systat tail vmstat vmstat.sparc +# XXX Should have `f77', `pascal' & `vmstat.sparc' judging by the +# machine dependant lines, but we don't have them +SUBDIR+=cmp ld look systat tail vmstat .elif ${MACHINE} == "hp300" SUBDIR+=cmp ld look systat tail vmstat .elif ${MACHINE} == "i386" |
