Removed default tags target. It was identical to the central one in

bsd.dep.mk.
This commit is contained in:
bde 1998-02-20 15:58:59 +00:00
parent 79dd9d614b
commit 15ed497b91

View File

@ -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)