Removed temporary SMP header fix.

This commit is contained in:
Bruce Evans 1997-06-30 23:37:54 +00:00
parent 68f69edcb6
commit ed2be8eabe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27120
2 changed files with 2 additions and 32 deletions

View File

@ -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,
@ -93,18 +93,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
@ -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)

View File

@ -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,
@ -93,18 +93,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
@ -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)