summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1994-10-16 02:56:01 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1994-10-16 02:56:01 +0000
commit4396424c511337e7a7cbec10430d37cbdb0281e4 (patch)
tree702fa81b6c846e10c0e3dd8c73d3f11c58b8c392
parentdb0f7eef4995dc41bda0ad0c5ae76dbe9e4fbd9d (diff)
Notes
-rw-r--r--usr.bin/Makefile6
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"