summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2007-10-17 20:45:28 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2007-10-17 20:45:28 +0000
commitfc3b79bd22d9dfb786817d53e5e2ab6cdfcf1787 (patch)
treed89a4669ce695344fcb342733f978c95d88299d8 /sys
parent02ec692fadc71d38f05ae0cf0db585d753fc4dbf (diff)
Do not clean up vers.c as it is not autogenerated anymore.
ok deraadt.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/stand/ofwboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/Makefile b/sys/arch/sparc64/stand/ofwboot/Makefile
index b3aa29533d9..9487f13a364 100644
--- a/sys/arch/sparc64/stand/ofwboot/Makefile
+++ b/sys/arch/sparc64/stand/ofwboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2007/05/03 18:38:11 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2007/10/17 20:45:27 hshoexer Exp $
# $NetBSD: Makefile,v 1.2 2001/03/04 14:50:05 mrg Exp $
CURDIR= ${.CURDIR}
@@ -36,7 +36,7 @@ RELOC= 800000
ENTRY= _start
-CLEANFILES+= vers.c sparc machine
+CLEANFILES+= sparc machine
CPPFLAGS+= -I${CURDIR}/../../.. -I${CURDIR}/../../../.. -I${CURDIR} -I.
CPPFLAGS+= -DRELOC=0x${RELOC}