summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-11-14 14:41:40 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-11-14 14:41:40 +0000
commitde34f0ba28fc68c606523c67db3187a3a03fb8e7 (patch)
tree714550227319376f56dc2381b1b015edf31691e2 /share/mk
parentc0bd4a716e260daf650deb183357ed382f2e1676 (diff)
correct last fix.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.prog.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index fffc37e0f87..fe4ebed62c0 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.prog.mk,v 1.5 1996/11/14 14:21:23 mickey Exp $
+# $OpenBSD: bsd.prog.mk,v 1.6 1996/11/14 14:41:39 mickey Exp $
# $NetBSD: bsd.prog.mk,v 1.55 1996/04/08 21:19:26 jtc Exp $
# @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
@@ -119,9 +119,9 @@ install: maninstall _SUBDIRUSE
.if defined(LINKS) && !empty(LINKS)
@set ${LINKS}; \
while test $$# -ge 2; do \
- l=${DESTDIR}${BINDIR}/$$1; \
+ l=${DESTDIR}$$1; \
shift; \
- t=${DESTDIR}${BINDIR}/$$1; \
+ t=${DESTDIR}$$1; \
shift; \
echo $$t -\> $$l; \
rm -f $$t; \