summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.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 /share/mk/bsd.lib.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 'share/mk/bsd.lib.mk')
-rw-r--r--share/mk/bsd.lib.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
index 0767cd1..ab52fe2 100644
--- a/share/mk/bsd.lib.mk
+++ b/share/mk/bsd.lib.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
-# $Id: bsd.lib.mk,v 1.16 1994/12/28 00:49:58 ache Exp $
+# $Id: bsd.lib.mk,v 1.17 1995/01/04 22:32:40 ache Exp $
#
.if exists(${.CURDIR}/../Makefile.inc)
@@ -279,7 +279,7 @@ afterinstall: realinstall
.endif
.endif
-DISTRIBUTION?= bindist
+DISTRIBUTION?= bin
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
OpenPOWER on IntegriCloud