summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2006-07-29 12:18:45 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2006-07-29 12:18:45 +0000
commitd477cc3a7b7c846444f229ee77bdb1e42ad18026 (patch)
treeca08fcc2d054d1d3eafedd9a0f55de84c82a6715 /sys/arch
parent212e214c0835342420aa4174351f59c591fade37 (diff)
remove gnu stuff from the 'tags' target.
ok miod@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/Makefile b/sys/arch/i386/Makefile
index 4528fc23449..edac397af5e 100644
--- a/sys/arch/i386/Makefile
+++ b/sys/arch/i386/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2005/05/06 11:16:47 pedro Exp $
+# $OpenBSD: Makefile,v 1.16 2006/07/29 12:18:44 thib Exp $
# $NetBSD: Makefile,v 1.6 1996/02/01 22:31:28 mycroft Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
@@ -18,13 +18,12 @@ SI386= $S/arch/i386/eisa/*.[ch] $S/arch/i386/i386/*.[ch] \
$S/arch/i386/isa/*.[ch] $S/arch/i386/pci/*.[ch]
AI386= $S/arch/i386/i386/*.[sS] $S/arch/i386/isa/*.[sS] \
$S/lib/libkern/arch/i386/*.[sS]
-GI386= $S/gnu/arch/i386/*/*.[ch]
# Directories in which to place i386 tags links
DI386= conf eisa i386 include isa pci
tags:
- -ctags -wdtf ${TI386} ${COMM} ${SI386} ${GI386}
+ -ctags -wdtf ${TI386} ${COMM} ${SI386}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \
sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TI386}