summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-20 15:58:59 +0000
committerbde <bde@FreeBSD.org>1998-02-20 15:58:59 +0000
commit15ed497b91de334d201ba48000198b8f6ca64912 (patch)
tree2ce30cb9d73a80f31fd160c0ca2d861860783b09 /share
parent79dd9d614be76dd232e8c1fb75e469be6d7f68ae (diff)
downloadFreeBSD-src-15ed497b91de334d201ba48000198b8f6ca64912.zip
FreeBSD-src-15ed497b91de334d201ba48000198b8f6ca64912.tar.gz
Removed default tags target. It was identical to the central one in
bsd.dep.mk.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.lib.mk14
1 files changed, 1 insertions, 13 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
index 9c6e7eb..af92b15 100644
--- a/share/mk/bsd.lib.mk
+++ b/share/mk/bsd.lib.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
-# $Id: bsd.lib.mk,v 1.65 1997/12/17 15:18:53 bde Exp $
+# $Id: bsd.lib.mk,v 1.66 1998/01/13 06:00:56 jb Exp $
#
.if exists(${.CURDIR}/../Makefile.inc)
@@ -307,18 +307,6 @@ distribute: _SUBDIR
lint:
.endif
-.if defined(NOTAGS)
-tags:
-.endif
-
-.if !target(tags)
-tags: ${SRCS} _SUBDIR
- @cd ${.CURDIR} && gtags ${GTAGSFLAGS}
-.if defined(HTML)
- @cd ${.CURDIR} && htags ${HTAGSFLAGS}
-.endif
-.endif
-
.if !defined(NOMAN)
.include <bsd.man.mk>
.elif !target(maninstall)
OpenPOWER on IntegriCloud