summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.kmod.mk
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-11-05 04:01:55 +0000
committerpeter <peter@FreeBSD.org>1998-11-05 04:01:55 +0000
commit71b3e0fe14689aef086e776a0da4df64f6e208c4 (patch)
tree4f27f51370be0b37c5ea04db259d2090bf175828 /share/mk/bsd.kmod.mk
parent33cd29fe0d93dc32c436f08871a62756699767f9 (diff)
downloadFreeBSD-src-71b3e0fe14689aef086e776a0da4df64f6e208c4.zip
FreeBSD-src-71b3e0fe14689aef086e776a0da4df64f6e208c4.tar.gz
Do not add ${KMOD} to the CLEANFILES list. We want ${PROG} which is either
${KMOD}.o or ${KMOD}.ko. Otherwise we can delete the source shell script for linux, joy and ibcs2.
Diffstat (limited to 'share/mk/bsd.kmod.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 900300f..bf287cd 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.55 1998/10/14 04:04:22 peter Exp $
+# $Id: bsd.kmod.mk,v 1.56 1998/10/16 03:32:03 peter Exp $
#
# The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules.
#
@@ -258,7 +258,7 @@ ${_ILINKS}:
ln -s $$path ${.TARGET}
.endif
-CLEANFILES+= ${KMOD} ${PROG} ${OBJS} ${_ILINKS} lkm_verify_tmp symb.tmp tmp.o
+CLEANFILES+= ${PROG} ${OBJS} ${_ILINKS} lkm_verify_tmp symb.tmp tmp.o
.if !target(install)
.if !target(beforeinstall)
OpenPOWER on IntegriCloud