summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.kmod.mk
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-09 02:55:40 +0000
committerbde <bde@FreeBSD.org>1998-06-09 02:55:40 +0000
commit3361288ff025396e04b52aa56d06eaca0903b42d (patch)
treea41f61beecb99e9492c73c73b672959b47d0a6b2 /share/mk/bsd.kmod.mk
parentb4e8c144c14626f03c74f5cf185bb5eabe43c1ed (diff)
downloadFreeBSD-src-3361288ff025396e04b52aa56d06eaca0903b42d.zip
FreeBSD-src-3361288ff025396e04b52aa56d06eaca0903b42d.tar.gz
Fixed `make depend', which I broke here about a month ago by moving
the null default for `depend' from bsd.dep.mk to bsd.obj.mk. bsd.kmod.mk included these files in a bad order, so it picked up the null default.
Diffstat (limited to 'share/mk/bsd.kmod.mk')
-rw-r--r--share/mk/bsd.kmod.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk
index ecc09b2..6c73de9 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.47 1998/03/12 20:02:11 eivind Exp $
+# $Id: bsd.kmod.mk,v 1.48 1998/03/19 13:22:46 bde Exp $
#
# The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules.
#
@@ -238,11 +238,12 @@ _sysregress: ${_INLINKS} ${PROG}
regress: _sysregress
-.include <bsd.obj.mk>
.include <bsd.dep.mk>
.if !exists(${DEPENDFILE})
${OBJS}: ${SRCS:M*.h}
.endif
+.include <bsd.obj.mk>
+
.include <bsd.kern.mk>
OpenPOWER on IntegriCloud