From 761b386eab3f4bcaa09a787808ba681d798f6b48 Mon Sep 17 00:00:00 2001 From: Pedro Martelletto Date: Fri, 6 May 2005 11:16:49 +0000 Subject: generate vim-compatible tag files, from netbsd --- sys/arch/m68k/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/m68k') diff --git a/sys/arch/m68k/Makefile b/sys/arch/m68k/Makefile index 55cacfc2b08..e985931ee82 100644 --- a/sys/arch/m68k/Makefile +++ b/sys/arch/m68k/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2005/05/06 02:52:45 marco Exp $ +# $OpenBSD: Makefile,v 1.9 2005/05/06 11:16:47 pedro Exp $ S=${.CURDIR}/../.. .include "$S/kern/Make.tags.inc" @@ -22,7 +22,7 @@ DM68K= conf m68k include pci tags: -ctags -wdtf ${TM68K} ${COMM} ${SM68K} egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AM68K} | \ - sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ + sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> ${TM68K} sort -o ${TM68K} ${TM68K} -- cgit v1.2.3