Add sasc to the clean/cleandir target. The machine dependent targets

doesn't get cleaned up otherwise.
This commit is contained in:
ats 1995-12-31 21:32:17 +00:00
parent 6637244a60
commit 2e898cc0fc

View File

@ -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"