summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvmeppc/Makefile')
-rw-r--r--sys/arch/mvmeppc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/Makefile b/sys/arch/mvmeppc/Makefile
index 798edf4d95f..514bce5acae 100644
--- a/sys/arch/mvmeppc/Makefile
+++ b/sys/arch/mvmeppc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2010/05/31 22:21:44 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2010/11/03 20:08:03 deraadt Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -27,7 +27,7 @@ tags::
eval "SFILES=\"`make -V SFILES -f $${TDIR}/Makefile`\"" && \
eval "CFILES=\"`make -V CFILES -f $${TDIR}/Makefile`\"" && \
eval "AFILES=\"`make -V AFILES -f $${TDIR}/Makefile`\"" && \
- ctags -wdt -f ${TAGS} $${CFILES} && \
+ ctags -wd -f ${TAGS} $${CFILES} && \
egrep "^[_A-Z]*ENTRY[_A-Z]*\(.*\)" $${SFILES} $${AFILES} | \
sed "s;\\([^:]*\\):\\([^(]*\\)(\\([^, )]*\\)\\(.*\\);\\3 \\1 /^\\2(\\3\\4$$/;" \
>> ${TAGS} && \