summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-12-31 21:32:17 +0000
committerats <ats@FreeBSD.org>1995-12-31 21:32:17 +0000
commit2d12b11ef801b89eb3beaa3f42ddc8e8fdac9b2e (patch)
tree789122fe0149f864729a96f2395940f0fb4ca7a4 /usr.bin/Makefile
parent443d34760332fc2099b3965f37fa69fda94912e9 (diff)
downloadFreeBSD-src-2d12b11ef801b89eb3beaa3f42ddc8e8fdac9b2e.zip
FreeBSD-src-2d12b11ef801b89eb3beaa3f42ddc8e8fdac9b2e.tar.gz
Add sasc to the clean/cleandir target. The machine dependent targets
doesn't get cleaned up otherwise.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 37844eb..db49bd0 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"
OpenPOWER on IntegriCloud