summaryrefslogtreecommitdiff
path: root/usr.bin/mkdep
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-02-02 14:41:43 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-02-02 14:41:43 +0000
commit65d758c4cbd0ec772cc6600d109696d6ef97a794 (patch)
treed573e5132a7de51ec874032d8d4f98d35f0b9108 /usr.bin/mkdep
parent1c34c7fd772bbe50e184d1fd9dc49311c2a95ea5 (diff)
Notes
Diffstat (limited to 'usr.bin/mkdep')
-rw-r--r--usr.bin/mkdep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mkdep/Makefile b/usr.bin/mkdep/Makefile
index db161168b157..a094bc5bacec 100644
--- a/usr.bin/mkdep/Makefile
+++ b/usr.bin/mkdep/Makefile
@@ -4,6 +4,6 @@ MAN1= mkdep.1
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/mkdep.gcc.sh ${DESTDIR}/usr/bin/mkdep
+ ${.CURDIR}/mkdep.gcc.sh ${DESTDIR}${BINDIR}/mkdep
.include <bsd.prog.mk>