aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-04-23 22:16:41 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-04-23 22:16:41 +0000
commit01df2ec3284983bfe28031d1c86c13ffd4a21b7e (patch)
tree3eee8dd61f995528c0a9e5d0ffb9521208186643 /share
parent046eb0421efae11e9abc90815592fe370c77c8e6 (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.info.mk2
-rw-r--r--share/mk/bsd.lib.mk2
-rw-r--r--share/mk/bsd.nls.mk2
-rw-r--r--share/mk/bsd.prog.mk2
-rw-r--r--share/mk/bsd.subdir.mk4
5 files changed, 6 insertions, 6 deletions
diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk
index d4f37902cece..c4ce872f36d0 100644
--- a/share/mk/bsd.info.mk
+++ b/share/mk/bsd.info.mk
@@ -159,7 +159,7 @@ ${x:S/$/-install/}: ${DESTDIR}${INFODIR}/${INFODIRFILE}
.PHONY: ${INSTALLINFODIRS}
-DISTRIBUTION?= bin
+DISTRIBUTION?= base
.if !target(distribute)
distribute:
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
index a84872a5357d..7998ac819b75 100644
--- a/share/mk/bsd.lib.mk
+++ b/share/mk/bsd.lib.mk
@@ -354,7 +354,7 @@ afterinstall: maninstall
.endif
.endif
-DISTRIBUTION?= bin
+DISTRIBUTION?= base
.if !target(distribute)
distribute:
.for dist in ${DISTRIBUTION}
diff --git a/share/mk/bsd.nls.mk b/share/mk/bsd.nls.mk
index c7ed6dafa43f..6d53f87a7e3f 100644
--- a/share/mk/bsd.nls.mk
+++ b/share/mk/bsd.nls.mk
@@ -117,7 +117,7 @@ realinstall: beforeinstall
all: all-nls
install: realinstall afterinstall
-DISTRIBUTION?= bin
+DISTRIBUTION?= base
.if !target(distribute)
distribute:
.for dist in ${DISTRIBUTION}
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index 7c7826c40adc..94d07da6066b 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -205,7 +205,7 @@ afterinstall: maninstall
.endif
.endif
-DISTRIBUTION?= bin
+DISTRIBUTION?= base
.if !target(distribute)
distribute:
.for dist in ${DISTRIBUTION}
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
index cea0779d6829..5ec5458353aa 100644
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -12,7 +12,7 @@
#
# +++ variables +++
#
-# DISTRIBUTION Name of distribution. [bin]
+# DISTRIBUTION Name of distribution. [base]
#
# SUBDIR A list of subdirectories that should be built as well.
# Each of the targets will execute the same target in the
@@ -75,7 +75,7 @@ afterinstall: realinstall
realinstall: beforeinstall
.endif
-DISTRIBUTION?= bin
+DISTRIBUTION?= base
.if !target(afterdistribute)
afterdistribute:
.endif