summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2005-05-06 11:16:49 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2005-05-06 11:16:49 +0000
commit761b386eab3f4bcaa09a787808ba681d798f6b48 (patch)
tree6384843c3978d8ff29ebda42a4d5bd88e3244d63 /sys/arch/mac68k
parent7d886ace366d1e7cb5b635c38a7e5b3449f993fb (diff)
generate vim-compatible tag files, from netbsd
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 f54dc324c25..3672a478386 100644
--- a/sys/arch/mac68k/Makefile
+++ b/sys/arch/mac68k/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2002/07/15 21:29:16 mickey Exp $
+# $OpenBSD: Makefile,v 1.6 2005/05/06 11:16:47 pedro Exp $
# $NetBSD: Makefile,v 1.3 1996/03/27 03:56:22 scottr Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
@@ -26,7 +26,7 @@ DMAC68K= mac68k dev include
tags:
-ctags -wdtf ${TMAC68K} ${COMM} ${SMAC68K}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AMAC68K} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TMAC68K}
sort -o ${TMAC68K} ${TMAC68K}