diff options
author | jkh <jkh@FreeBSD.org> | 1994-06-15 21:19:59 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-06-15 21:19:59 +0000 |
commit | 6cf06a9a360f8ad939634027b27e5d0a013a49ea (patch) | |
tree | ab1f83b6bed2f8c2e47027cf2b44e0b9f84ddbe5 /usr.sbin/crunch | |
parent | 3c0f2a6ccba54c13be40d1029c028a6b2239f3d5 (diff) | |
download | FreeBSD-src-6cf06a9a360f8ad939634027b27e5d0a013a49ea.zip FreeBSD-src-6cf06a9a360f8ad939634027b27e5d0a013a49ea.tar.gz |
Whoops, missed the .cache files - those can be tossed too.
Diffstat (limited to 'usr.sbin/crunch')
-rw-r--r-- | usr.sbin/crunch/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/crunch/examples/Makefile b/usr.sbin/crunch/examples/Makefile index a746002..861e302 100644 --- a/usr.sbin/crunch/examples/Makefile +++ b/usr.sbin/crunch/examples/Makefile @@ -11,7 +11,7 @@ OUTMK= $(CRUNCHED).mk OUTPUTS= $(OUTMK) $(CRUNCHED).c $(CRUNCHED).cache NOMAN= -CLEANFILES+=$(CRUNCHED) *.o *.lo *.c *.mk +CLEANFILES+=$(CRUNCHED) *.o *.lo *.c *.mk *.cache CLEANDIRFILES+=$(OUTPUTS) all: $(CRUNCHED) |