summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-04-30 06:04:17 +0000
committerache <ache@FreeBSD.org>1997-04-30 06:04:17 +0000
commita9bc90241af9fd8863b1dbcedf6fdd2eb263e260 (patch)
tree675102a1dd8dd5245978ab60953d5040a9dc36ba /share/mk
parent5139aca705c9228f7aefb55ba6a20fb7391e79d8 (diff)
downloadFreeBSD-src-a9bc90241af9fd8863b1dbcedf6fdd2eb263e260.zip
FreeBSD-src-a9bc90241af9fd8863b1dbcedf6fdd2eb263e260.tar.gz
bugfix: 'make depend' cause all LKMs rebuild
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.kmod.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk
index 6131e9c..ef481ac 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.31 1997/04/13 06:44:21 jkh Exp $
+# $Id: bsd.kmod.mk,v 1.32 1997/04/28 00:02:22 fsmp Exp $
#
# The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules.
# <bsd.kmod.mk> includes the file named "../Makefile.inc" if it exists,
@@ -97,8 +97,12 @@ MODUNLOAD?= /sbin/modunload
# A temporary fix to survive SMP changes.
#
CFLAGS+= -I.
-beforedepend:
+beforedepend: opt_smp.h opt_smp_invltlb.h
+
+opt_smp.h:
touch opt_smp.h
+
+opt_smp_invltlb.h:
touch opt_smp_invltlb.h
#
OpenPOWER on IntegriCloud