From 2d12b11ef801b89eb3beaa3f42ddc8e8fdac9b2e Mon Sep 17 00:00:00 2001 From: ats Date: Sun, 31 Dec 1995 21:32:17 +0000 Subject: [PATCH] Add sasc to the clean/cleandir target. The machine dependent targets doesn't get cleaned up otherwise. --- usr.bin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 37844eb3beb7..db49bd0df084 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"