diff options
author | 2004-05-05 23:40:13 +0000 | |
---|---|---|
committer | 2004-05-05 23:40:13 +0000 | |
commit | 365aabbce466c7178e4cb65762598370b2337b74 (patch) | |
tree | 5f2f37ecc72af7bdbc900b1d06dcf558d70a8f0c | |
parent | Only define __LP64__ if in 64 bit mode. ok deraadt@ millert@ (diff) | |
download | wireguard-openbsd-365aabbce466c7178e4cb65762598370b2337b74.tar.xz wireguard-openbsd-365aabbce466c7178e4cb65762598370b2337b74.zip |
better cleandir
-rw-r--r-- | distrib/i386/common/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/common/Makefile.inc b/distrib/i386/common/Makefile.inc index d94c095ac25..404c3a1fb77 100644 --- a/distrib/i386/common/Makefile.inc +++ b/distrib/i386/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.13 2004/01/28 21:46:38 tom Exp $ +# $OpenBSD: Makefile.inc,v 1.14 2004/05/05 23:40:13 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -121,8 +121,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 \ - ${CRUNCHCONF} + *.o *.lo *.c bsd bsd.rd bsd.gz bsd.strip floppy*.fs \ + rdsetroot boot ${CRUNCHCONF} ${FS} .include <bsd.obj.mk> .include <bsd.subdir.mk> |