Drop -t option from ctags call.
authoranton <anton@openbsd.org>
Wed, 31 May 2017 07:48:04 +0000 (07:48 +0000)
committeranton <anton@openbsd.org>
Wed, 31 May 2017 07:48:04 +0000 (07:48 +0000)
The option has been deprecated for almost 7 years by now.

ok tb@

share/mk/bsd.dep.mk

index 71d84fc..e693dcf 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: bsd.dep.mk,v 1.12 2016/09/04 00:34:29 patrick Exp $
+#      $OpenBSD: bsd.dep.mk,v 1.13 2017/05/31 07:48:04 anton 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
@@ -40,7 +40,7 @@ afterdepend:
 .if !target(tags)
 .  if defined(SRCS)
 tags: ${SRCS} _SUBDIRUSE
-       -cd ${.CURDIR}; ${CTAGS} -f /dev/stdout -d -t ${.ALLSRC:N*.h} | \
+       -cd ${.CURDIR}; ${CTAGS} -f /dev/stdout -d ${.ALLSRC:N*.h} | \
            sed "s;\${.CURDIR}/;;" > tags
 .  else
 tags: