summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/mk/bsd.doc.mk4
-rw-r--r--share/mk/bsd.info.mk4
-rw-r--r--share/mk/bsd.kmod.mk4
-rw-r--r--share/mk/bsd.lib.mk4
-rw-r--r--share/mk/bsd.prog.mk4
-rw-r--r--share/mk/bsd.subdir.mk4
-rw-r--r--sys/conf/kmod.mk4
7 files changed, 14 insertions, 14 deletions
diff --git a/share/mk/bsd.doc.mk b/share/mk/bsd.doc.mk
index 148b10e..2dc7f7a 100644
--- a/share/mk/bsd.doc.mk
+++ b/share/mk/bsd.doc.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91
-# $Id: bsd.doc.mk,v 1.16 1995/01/17 21:36:06 ache Exp $
+# $Id: bsd.doc.mk,v 1.17 1995/01/17 22:04:38 ache Exp $
PRINTER?= ps
@@ -103,7 +103,7 @@ afterinstall:
DISTRIBUTION?= doc
.if !target(distribute)
distribute:
- cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
+ cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
.endif
spell: ${SRCS}
diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk
index 05d8986..c206393 100644
--- a/share/mk/bsd.info.mk
+++ b/share/mk/bsd.info.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.info.mk,v 1.10 1995/02/02 04:53:30 jkh Exp $
+# $Id: bsd.info.mk,v 1.11 1995/02/11 05:28:31 phk Exp $
BINMODE= 444
BINDIR?= /usr/share/info
@@ -25,7 +25,7 @@ DISTRIBUTION= info
.if !target(distribute)
distribute:
- cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
+ cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
.endif
.if defined(SRCS)
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk
index f572cc5..ff3db37 100644
--- a/share/mk/bsd.kmod.mk
+++ b/share/mk/bsd.kmod.mk
@@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
-# $Id: bsd.kmod.mk,v 1.8 1995/01/30 07:22:00 jkh Exp $
+# $Id: bsd.kmod.mk,v 1.9 1995/02/08 21:35:26 bde Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@@ -104,7 +104,7 @@ realinstall: beforeinstall
DISTRIBUTION?= bin
.if !target(distribute)
distribute:
- cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
+ cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
.endif
.if !target(obj)
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
index a837624..db356d2 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.21 1995/01/30 07:22:02 jkh Exp $
+# $Id: bsd.lib.mk,v 1.22 1995/02/08 21:35:28 bde Exp $
#
.if exists(${.CURDIR}/../Makefile.inc)
@@ -295,7 +295,7 @@ afterinstall: realinstall
DISTRIBUTION?= bin
.if !target(distribute)
distribute: _LIBSUBDIR
- cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
+ cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
.endif
.if !target(lint)
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index 4ed0f25..c275092 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.21 1995/01/30 07:20:01 jkh Exp $
+# $Id: bsd.prog.mk,v 1.22 1995/02/08 21:35:31 bde Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@@ -188,7 +188,7 @@ realinstall: beforeinstall
DISTRIBUTION?= bin
.if !target(distribute)
distribute:
- cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
+ cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
.endif
.if !target(lint)
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
index 7b01111..ec2a5fa 100644
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
-# $Id: bsd.subdir.mk,v 1.6 1995/01/14 07:51:10 jkh Exp $
+# $Id: bsd.subdir.mk,v 1.7 1995/01/23 20:50:56 jkh Exp $
.MAIN: all
@@ -59,7 +59,7 @@ afterdistribute:
.endif
.if !target(distribute)
distribute: _SUBDIRUSE
- cd ${.CURDIR} ; ${MAKE} afterdistribute DESTDIR=${RELEASEDIR}/${DISTRIBUTION}
+ cd ${.CURDIR} ; ${MAKE} afterdistribute DESTDIR=${DISTDIR}/${DISTRIBUTION}
.endif
.if !target(install)
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index f572cc5..ff3db37 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.8 1995/01/30 07:22:00 jkh Exp $
+# $Id: bsd.kmod.mk,v 1.9 1995/02/08 21:35:26 bde Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@@ -104,7 +104,7 @@ realinstall: beforeinstall
DISTRIBUTION?= bin
.if !target(distribute)
distribute:
- cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
+ cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
.endif
.if !target(obj)
OpenPOWER on IntegriCloud