summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-06-30 23:37:54 +0000
committerbde <bde@FreeBSD.org>1997-06-30 23:37:54 +0000
commit17d2759930ce9cfcd5f346db3189864ee61a9126 (patch)
treeb0e987504c3cde55e4f94952903edd148947d9aa /share/mk
parent037db6bca4c46d47442934ef43cb479f14cc3b3e (diff)
downloadFreeBSD-src-17d2759930ce9cfcd5f346db3189864ee61a9126.zip
FreeBSD-src-17d2759930ce9cfcd5f346db3189864ee61a9126.tar.gz
Removed temporary SMP header fix.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.kmod.mk17
1 files changed, 1 insertions, 16 deletions
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk
index 71f0194..31c7bc7 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.37 1997/06/18 03:10:31 asami Exp $
+# $Id: bsd.kmod.mk,v 1.38 1997/06/21 15:40:32 jkh Exp $
#
# The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules.
# <bsd.kmod.mk> includes the file named "../Makefile.inc" if it exists,
@@ -94,18 +94,6 @@ MODUNLOAD?= /sbin/modunload
.SUFFIXES: .out .o .c .cc .cxx .C .y .l .s .S
#
-# A temporary fix to survive SMP changes.
-#
-CFLAGS+= -I.
-CLEANFILES+= ${SMPHDRS}
-SMPHDRS= opt_smp.h
-
-beforedepend: ${SMPHDRS}
-
-${SMPHDRS}:
- touch ${.TARGET}
-
-#
# Assume that we are in /usr/src/foo/bar, so /sys is
# ${.CURDIR}/../../sys. We don't bother adding a .PATH since nothing
# actually lives in /sys directly.
@@ -145,9 +133,6 @@ ${PROG}: ${DPSRCS} ${OBJS} ${DPADD}
.endif
mv tmp.o ${.TARGET}
-# Temporary SMP fix continued.
-${OBJS}: ${SMPHDRS}
-
.if !defined(NOMAN)
.include <bsd.man.mk>
.if !defined(_MANPAGES) || empty(_MANPAGES)
OpenPOWER on IntegriCloud