summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-11-03 20:08:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-11-03 20:08:04 +0000
commit42656e007bfd4fdbad4bdade56e62aac27cbeda1 (patch)
tree363b1768594dc1b32dc0530e23bbe0d2f98f23ce /sys/arch/mac68k
parentce9ff548c15aadd04189a6d1c5aa3f56e58556c9 (diff)
no need to specify the -t flag to ctags
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/Makefile b/sys/arch/mac68k/Makefile
index 8ac13d2bacd..8f5fd203438 100644
--- a/sys/arch/mac68k/Makefile
+++ b/sys/arch/mac68k/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2010/05/31 22:21:43 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 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} && \