summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-25 20:51:14 +0000
committerphk <phk@FreeBSD.org>1995-02-25 20:51:14 +0000
commit6ba3ecf5d28a0bce9eec817db73f1caf8eb99dd4 (patch)
tree8bc3a449ec105c8a41430cbeab69fa838b208968 /sys/conf/kmod.mk
parenta9aa255a943b4b4304f99d18e90c7eff2329cbff (diff)
downloadFreeBSD-src-6ba3ecf5d28a0bce9eec817db73f1caf8eb99dd4.zip
FreeBSD-src-6ba3ecf5d28a0bce9eec817db73f1caf8eb99dd4.tar.gz
"make distribute" have changed, beware if you use it.
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 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