summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/conf/Makefile.mvmeppc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-08-09 21:33:40 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-08-09 21:33:40 +0000
commitbb8736747808f9770382b750a2fa1fc6614cb45e (patch)
tree771b9dceaead992aa7024c618840594ddd36ea27 /sys/arch/mvmeppc/conf/Makefile.mvmeppc
parent0d3eb98a3a24806aba01117271894c75b9d78bab (diff)
No need to clean genassym{.,o} during `make clean', genassym.sh does this
for us.
Diffstat (limited to 'sys/arch/mvmeppc/conf/Makefile.mvmeppc')
-rw-r--r--sys/arch/mvmeppc/conf/Makefile.mvmeppc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc
index 1fbb3efb3e2..db542cd0d2d 100644
--- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc
+++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvmeppc,v 1.28 2009/01/11 21:02:03 pirofti Exp $
+# $OpenBSD: Makefile.mvmeppc,v 1.29 2009/08/09 21:33:39 miod Exp $
#
# Makefile for OpenBSD PowerPC
#
@@ -126,7 +126,7 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
clean::
rm -f eddep *bsd bsd.gdb tags *.[io] [a-z]*.s \
- [Ee]rrs linterrs makelinks genassym genassym.o assym.h
+ [Ee]rrs linterrs makelinks assym.h
lint:
@lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} -UKGDB ${CFILES} \