diff options
author | 2002-09-23 18:31:03 +0000 | |
---|---|---|
committer | 2002-09-23 18:31:03 +0000 | |
commit | 694a650e6fd8b4799b883d6bc0fd868dfc3b8d20 (patch) | |
tree | 78ac6d2af96e1155e404ac746f93cc727cb3aeaf | |
parent | Get the wsdisplay capabilities from rasops, rather than attempting to (diff) | |
download | wireguard-openbsd-694a650e6fd8b4799b883d6bc0fd868dfc3b8d20.tar.xz wireguard-openbsd-694a650e6fd8b4799b883d6bc0fd868dfc3b8d20.zip |
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> |