summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-14 07:51:10 +0000
committerjkh <jkh@FreeBSD.org>1995-01-14 07:51:10 +0000
commitf89d36730cd16fca7e02ed0a00e01ade8de28afe (patch)
tree56e6d36217e7fec592dfb730dc86b29cc315ad24 /sys/conf/kmod.mk
parentfcfaa406aaf39cd386d16526c3d1bf2510db03ca (diff)
downloadFreeBSD-src-f89d36730cd16fca7e02ed0a00e01ade8de28afe.zip
FreeBSD-src-f89d36730cd16fca7e02ed0a00e01ade8de28afe.tar.gz
Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution,
not bin. Hmmm.
Diffstat (limited to 'sys/conf/kmod.mk')
-rw-r--r--sys/conf/kmod.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index c04895d..afc27fa 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.5 1994/12/28 03:50:46 ache Exp $
+# $Id: bsd.kmod.mk,v 1.6 1995/01/01 21:11:55 bde Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@@ -101,7 +101,7 @@ afterinstall: realinstall
realinstall: beforeinstall
.endif
-DISTRIBUTION?= bindist
+DISTRIBUTION?= bin
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
OpenPOWER on IntegriCloud