From 79dd9d614be76dd232e8c1fb75e469be6d7f68ae Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 20 Feb 1998 15:52:49 +0000 Subject: Removed default tags target. PROG is always defined here, so ifdefing it was bogus, and without the ifdef the default is identical to the central one in bsd.dep.mk. --- share/mk/bsd.kmod.mk | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'share/mk') diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk index d48e9c4..f866f7f 100644 --- a/share/mk/bsd.kmod.mk +++ b/share/mk/bsd.kmod.mk @@ -1,5 +1,5 @@ # From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 -# $Id: bsd.kmod.mk,v 1.42 1998/01/26 20:36:38 bde Exp $ +# $Id: bsd.kmod.mk,v 1.43 1998/02/01 17:19:54 bde Exp $ # # The include file handles installing Loadable Kernel Modules. # @@ -70,14 +70,11 @@ # load: # Load LKM. # -# tags: -# Create a tags file for the source files. -# # unload: # Unload LKM. # # bsd.obj.mk: clean, cleandir and obj -# bsd.dep.mk: depend +# bsd.dep.mk: cleandepend, depend and tags # bsd.man.mk: maninstall # @@ -221,21 +218,6 @@ distribute: _SUBDIR .endfor .endif -.if defined(NOTAGS) -tags: -.endif - -.if !target(tags) -tags: ${SRCS} _SUBDIR -.if defined(PROG) - @cd ${.CURDIR} && gtags ${GTAGSFLAGS} -.if defined(HTML) - @cd ${.CURDIR} && htags ${HTAGSFLAGS} -.endif -.endif -.endif - - .if !target(load) load: ${PROG} ${MODLOAD} -o ${KMOD} -e${KMOD} ${PROG} -- cgit v1.1