summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1994-10-16 02:56:01 +0000
committergpalmer <gpalmer@FreeBSD.org>1994-10-16 02:56:01 +0000
commit266b2c085ebac4e4a15d6b71908c417bd3e23b61 (patch)
tree702fa81b6c846e10c0e3dd8c73d3f11c58b8c392 /usr.bin/Makefile
parentaeed5a1361ce8d2147a769388da2bd0fe6d83f43 (diff)
downloadFreeBSD-src-266b2c085ebac4e4a15d6b71908c417bd3e23b61.zip
FreeBSD-src-266b2c085ebac4e4a15d6b71908c417bd3e23b61.tar.gz
Remove directories we don't have from the clean SUBDIR's and add note
about it (some of the missing dirs are still referenced by other clauses in the `.if')
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 822c2eb..46317cc 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"
OpenPOWER on IntegriCloud