summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/mk/bsd.dep.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.dep.mk b/share/mk/bsd.dep.mk
index 6488a136a54..639109373c7 100644
--- a/share/mk/bsd.dep.mk
+++ b/share/mk/bsd.dep.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.dep.mk,v 1.8 2008/03/24 16:39:13 espie Exp $
+# $OpenBSD: bsd.dep.mk,v 1.9 2010/03/27 03:47:59 oga Exp $
# $NetBSD: bsd.dep.mk,v 1.12 1995/09/27 01:15:09 christos Exp $
# some of the rules involve .h sources, so remove them from mkdep line
@@ -39,7 +39,7 @@ afterdepend:
.if !target(tags)
. if defined(SRCS)
tags: ${SRCS} _SUBDIRUSE
- -cd ${.CURDIR}; ${CTAGS} -f /dev/stdout ${.ALLSRC:N*.h} | \
+ -cd ${.CURDIR}; ${CTAGS} -f /dev/stdout -d -t ${.ALLSRC:N*.h} | \
sed "s;\${.CURDIR}/;;" > tags
. else
tags: