summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.prog.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.prog.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.prog.mk')
-rw-r--r--share/mk/bsd.prog.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index 51381b1..e922d34 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
-# $Id: bsd.prog.mk,v 1.14 1994/12/22 17:20:52 bde Exp $
+# $Id: bsd.prog.mk,v 1.15 1994/12/28 03:50:58 ache Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@@ -177,7 +177,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