diff options
author | ats <ats@FreeBSD.org> | 1995-07-08 22:24:20 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-07-08 22:24:20 +0000 |
commit | fb8846703492a887f46590619fa635c8eefef76c (patch) | |
tree | c9ffddf32995987cd564ef60e92b4f33ea2d97ea /usr.bin/Makefile | |
parent | 6ea869c942cf9f379a3c7c3388c8b565281ab4a0 (diff) | |
download | FreeBSD-src-fb8846703492a887f46590619fa635c8eefef76c.zip FreeBSD-src-fb8846703492a887f46590619fa635c8eefef76c.tar.gz |
Add kzip to the clean and cleandir target so that it also get cleaned up
properly.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index d522e20..5ffd7c9 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.54 1995/06/13 19:18:19 wollman Exp $ +# $Id: Makefile,v 1.55 1995/06/25 18:11:06 joerg Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct units xsend @@ -31,7 +31,7 @@ SUBDIR= apply ar at banner basename biff cal calendar \ .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 look systat tail vmstat +SUBDIR+=cmp kzip look systat tail vmstat .elif ${MACHINE} == "hp300" SUBDIR+=cmp ld look systat tail vmstat .elif ${MACHINE} == "i386" |