Don't run ctags(1) on sys/altq/altq.h, it redefines useful NetBSD

tag targets.
This commit is contained in:
dyoung 2007-08-10 22:50:12 +00:00
parent b40a86e49c
commit 596a16c16b

View File

@ -1,4 +1,4 @@
# $NetBSD: Make.tags.inc,v 1.15 2007/07/16 22:47:55 dyoung Exp $
# $NetBSD: Make.tags.inc,v 1.16 2007/08/10 22:50:12 dyoung Exp $
#
# from: @(#)Make.tags.inc 8.1 (Berkeley) 6/11/93
@ -15,7 +15,7 @@
# This promises to be easier to maintain, considering how often the directory
# structure of the kernel sources has been changing recently.
SYSDIR?= ${.CURDIR:H:H}
FINDCOMM= find -H ${SYSDIR} \( -path '*/dist/ipf' -o -name arch \) -prune -o -type f -name "*.[ch]" \( \! -name 'nbcompat.h' \! -name 'pf_osfp.c' \! -name 'usb_port.h' \! -name 'midway*' \! -name 'if_lmc.[ch]' \) -print | \
FINDCOMM= find -H ${SYSDIR} \( -path '*/dist/ipf' -o -name arch \) -prune -o -type f -name "*.[ch]" \( \! -name 'altq.h' \! -name 'nbcompat.h' \! -name 'pf_osfp.c' \! -name 'usb_port.h' \! -name 'midway*' \! -name 'if_lmc.[ch]' \) -print | \
sort -t / -u
COMM!= ${FINDCOMM}
.endif