aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1997-05-06 14:29:56 +0000
committerDoug Rabson <dfr@FreeBSD.org>1997-05-06 14:29:56 +0000
commit77e25db56d0f4833ebe5575f669e478d6a517d0f (patch)
tree0a1acfc4170ae1c856ef822e42cf5ac4c11676d1
parentaf563dd4a75eb53acbe8a39d1d6d04469b834070 (diff)
downloadsrc-77e25db56d0f4833ebe5575f669e478d6a517d0f.tar.gz
src-77e25db56d0f4833ebe5575f669e478d6a517d0f.zip
Add SMPHDRS to CLEANFILES instead of replacing its current value.
Notes
Notes: svn path=/head/; revision=25508
-rw-r--r--share/mk/bsd.kmod.mk4
-rw-r--r--sys/conf/kmod.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk
index 2d894f0a117f..6717728d936e 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.34 1997/04/30 20:56:37 bde Exp $
+# $Id: bsd.kmod.mk,v 1.35 1997/04/30 21:54:01 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,7 +97,7 @@ MODUNLOAD?= /sbin/modunload
# A temporary fix to survive SMP changes.
#
CFLAGS+= -I.
-CLEANFILES= ${SMPHDRS}
+CLEANFILES+= ${SMPHDRS}
SMPHDRS= opt_smp.h
beforedepend: ${SMPHDRS}
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 2d894f0a117f..6717728d936e 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
-# $Id: bsd.kmod.mk,v 1.34 1997/04/30 20:56:37 bde Exp $
+# $Id: bsd.kmod.mk,v 1.35 1997/04/30 21:54:01 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,7 +97,7 @@ MODUNLOAD?= /sbin/modunload
# A temporary fix to survive SMP changes.
#
CFLAGS+= -I.
-CLEANFILES= ${SMPHDRS}
+CLEANFILES+= ${SMPHDRS}
SMPHDRS= opt_smp.h
beforedepend: ${SMPHDRS}