summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/Makefile')
-rw-r--r--sys/arch/amd64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/Makefile b/sys/arch/amd64/Makefile
index 67db1a2cf10..a344733d7a2 100644
--- a/sys/arch/amd64/Makefile
+++ b/sys/arch/amd64/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2005/05/06 02:59:51 marco Exp $
+# $OpenBSD: Makefile,v 1.4 2005/05/06 11:16:47 pedro Exp $
S=${.CURDIR}/../..
.include "$S/kern/Make.tags.inc"
@@ -21,7 +21,7 @@ DAMD64= conf amd64 include isa pci
tags:
-ctags -wdtf ${TAMD64} ${COMM} ${SAMD64}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AAMD64} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TAMD64}
sort -o ${TAMD64} ${TAMD64}