=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/mk/bsd.dep.mk,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/share/mk/bsd.dep.mk 2008/03/24 16:39:13 1.8 +++ src/share/mk/bsd.dep.mk 2010/03/27 03:47:59 1.9 @@ -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 @@ .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: