summaryrefslogtreecommitdiff
path: root/sys/arch/vax/stand/xxboot/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-15 22:49:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-15 22:49:05 +0000
commit4bf7f0cb9cdcd64d60503a4da2ba1ecd0f785edb (patch)
tree585ba164f645c133cd55dc801880436904a70354 /sys/arch/vax/stand/xxboot/Makefile
parenta29a546ff171e90082ce7cd09900c6413c54e3ef (diff)
We do not produce "core" files, so they do not need to be deleted. they
have been *.core files for a very long time. That's a lot of unlink() calls saved.
Diffstat (limited to 'sys/arch/vax/stand/xxboot/Makefile')
-rw-r--r--sys/arch/vax/stand/xxboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/stand/xxboot/Makefile b/sys/arch/vax/stand/xxboot/Makefile
index b1d30c3f4e8..068d45e03c4 100644
--- a/sys/arch/vax/stand/xxboot/Makefile
+++ b/sys/arch/vax/stand/xxboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2013/07/05 21:13:07 miod Exp $
+# $OpenBSD: Makefile,v 1.13 2013/10/15 22:49:03 deraadt Exp $
# $NetBSD: Makefile,v 1.12 2002/02/24 01:04:25 matt Exp $
S= ${.CURDIR}/../../../../
@@ -53,7 +53,7 @@ ${PROG}: ${OBJS} ${LIBSA}
/usr/bin/objcopy -O binary ${PROG}.out ${PROG}
clean::
- rm -f a.out [Ee]rrs mklog core *.core ${PROG} ${OBJS} ${LOBJS} \
+ rm -f a.out [Ee]rrs mklog *.core ${PROG} ${OBJS} ${LOBJS} \
${CLEANFILES}
.include <bsd.prog.mk>