diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-09-23 18:31:04 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-09-23 18:31:04 +0000 |
commit | 0259272f21226e13e836a71b25c2c7ee55f532da (patch) | |
tree | 403a88cc80b81a9000e7fb0f1778e4367cd9e941 | |
parent | 9f57793bc6e166c2d6c5729c4cf132985f711c9c (diff) |
remove generated crunch conf; ok deraadt@
-rw-r--r-- | distrib/i386/common/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/i386/common/Makefile.inc b/distrib/i386/common/Makefile.inc index 156fbe37a93..5d40d98c83d 100644 --- a/distrib/i386/common/Makefile.inc +++ b/distrib/i386/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.7 2002/07/03 03:36:53 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2002/09/23 18:31:03 markus Exp $ TOP= ${.CURDIR}/.. @@ -120,7 +120,8 @@ do_files: clean cleandir: /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}*.cache \ - *.o *.lo *.c bsd bsd.rd bsd.gz bsd.strip floppy*.fs rdsetroot + *.o *.lo *.c bsd bsd.rd bsd.gz bsd.strip floppy*.fs rdsetroot \ + ${CRUNCHCONF} .include <bsd.obj.mk> .include <bsd.subdir.mk> |