diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-11 14:13:37 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-11 14:13:37 +0000 |
| commit | 6dc6a04be5fa15c2839d6e6a0218ba579ee0e6ac (patch) | |
| tree | b3762121d8edd438f25dea253865669d06887c28 | |
| parent | 11f0b352e05306cf6f1f85e9087022c0a92624a3 (diff) | |
Notes
| -rw-r--r-- | sys/conf/kmod.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk index f18110afa679..4fc31ef8d718 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 |
