summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1997-05-06 14:29:56 +0000
committerdfr <dfr@FreeBSD.org>1997-05-06 14:29:56 +0000
commit7af09e9fc1a2e032df6e3292831e44e363438aa2 (patch)
treea080005c2b799aa72d43591d96c37557b11ae471 /share/mk
parent9f823f5a7f89a9c26824b921eafe868a5627e86e (diff)
downloadFreeBSD-src-7af09e9fc1a2e032df6e3292831e44e363438aa2.zip
FreeBSD-src-7af09e9fc1a2e032df6e3292831e44e363438aa2.tar.gz
Add SMPHDRS to CLEANFILES instead of replacing its current value.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.kmod.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk
index 2d894f0..6717728 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}
OpenPOWER on IntegriCloud