summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-11 14:13:37 +0000
committerru <ru@FreeBSD.org>2002-07-11 14:13:37 +0000
commit7d1183458919c79e7f57807dc3b7bba0fd341dc1 (patch)
treeb3762121d8edd438f25dea253865669d06887c28 /sys/conf
parent324df4df609cd279b96bf3a48c66ec0df8e14162 (diff)
downloadFreeBSD-src-7d1183458919c79e7f57807dc3b7bba0fd341dc1.zip
FreeBSD-src-7d1183458919c79e7f57807dc3b7bba0fd341dc1.tar.gz
Do not override the standard `distribute' target that is currently
available from bsd.obj.mk. The native version was identical (and pretty much unused except in the -DMODULES_WITH_WORLD case, which it is not for "make release") except that the "bin" -> "base" change of the default DISTRIBUTION name did not propagate here.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/kmod.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index f18110a..4fc31ef 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -9,8 +9,6 @@
#
# CLEANFILES Additional files to remove for the clean and cleandir targets.
#
-# DISTRIBUTION Name of distribution. [bin]
-#
# KMOD The name of the kernel module to build.
#
# KMODDIR Base path for kernel modules (see kld(4)). [/boot/kernel]
@@ -268,14 +266,6 @@ afterinstall: realinstall
realinstall: beforeinstall
.endif
-DISTRIBUTION?= bin
-.if !target(distribute)
-distribute:
-.for dist in ${DISTRIBUTION}
- cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${dist} SHARED=copies
-.endfor
-.endif
-
.if !target(load)
load: ${PROG}
${KMODLOAD} -v ${.OBJDIR}/${KMOD}.ko
OpenPOWER on IntegriCloud