diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-06 11:16:49 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-06 11:16:49 +0000 |
commit | 761b386eab3f4bcaa09a787808ba681d798f6b48 (patch) | |
tree | 6384843c3978d8ff29ebda42a4d5bd88e3244d63 /sys/arch/hp300/Makefile | |
parent | 7d886ace366d1e7cb5b635c38a7e5b3449f993fb (diff) |
generate vim-compatible tag files, from netbsd
Diffstat (limited to 'sys/arch/hp300/Makefile')
-rw-r--r-- | sys/arch/hp300/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/Makefile b/sys/arch/hp300/Makefile index aa80f8528e6..e47c4ba6b9f 100644 --- a/sys/arch/hp300/Makefile +++ b/sys/arch/hp300/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2005/05/06 03:13:53 marco Exp $ +# $OpenBSD: Makefile,v 1.8 2005/05/06 11:16:47 pedro Exp $ # $NetBSD: Makefile,v 1.5 1995/08/04 07:40:31 thorpej Exp $ # @(#)Makefile 7.3 (Berkeley) 6/9/91 @@ -25,7 +25,7 @@ DHP300= conf dev hp300 include tags: -ctags -wdtf ${THP300} ${COMM} ${SHP300} egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AHP300} | \ - sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ + sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> ${THP300} sort -o ${THP300} ${THP300} |