summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-20 15:52:49 +0000
committerbde <bde@FreeBSD.org>1998-02-20 15:52:49 +0000
commit79dd9d614be76dd232e8c1fb75e469be6d7f68ae (patch)
treecfd33c98b763ed15c2d698751d63929cdc4d8a2e /share/mk
parent0c03a011b7fbe916de96349b76ee56767eb67269 (diff)
downloadFreeBSD-src-79dd9d614be76dd232e8c1fb75e469be6d7f68ae.zip
FreeBSD-src-79dd9d614be76dd232e8c1fb75e469be6d7f68ae.tar.gz
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.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.kmod.mk22
1 files changed, 2 insertions, 20 deletions
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 <bsd.kmod.mk> 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}
OpenPOWER on IntegriCloud