aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1994-10-15 20:50:05 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1994-10-15 20:50:05 +0000
commitd6f9c011d2b2395fee57f0fcd271f5e7015a5878 (patch)
tree3b3d824fc16a85b4d167a2075539aab96229bcd5 /usr.bin
parentf6727c1f67c0ccaa5b9df78b9a8a25db537252d8 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 122d94f1d3ef..822c2eb6f2f8 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.21 1994/09/23 00:00:57 ache Exp $
+# $Id: Makefile,v 1.22 1994/09/26 23:14:31 pst Exp $
# XXX MISSING: bc dc deroff diction diff ex graph learn plot
# ptx spell spline struct units xsend
@@ -28,7 +28,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 ${MACHINE} == "hp300"
+.if make(clean) || make(cleandir)
+SUBDIR+=cmp f77 pascal ld look systat tail vmstat vmstat.sparc
+.elif ${MACHINE} == "hp300"
SUBDIR+=cmp ld look systat tail vmstat
.elif ${MACHINE} == "i386"
SUBDIR+=cmp look systat tail vmstat