summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tokeninit
diff options
context:
space:
mode:
authordavid <david@openbsd.org>2003-07-18 21:18:51 +0000
committerdavid <david@openbsd.org>2003-07-18 21:18:51 +0000
commit3463e4be8c4dda019b8984b6cd32e0dd63eb5b4b (patch)
tree676b4b0d40bfdae0de4291a5b15fa950b651feab /usr.sbin/tokeninit
parent#include "http_main.h" for the chroot functions (diff)
downloadwireguard-openbsd-3463e4be8c4dda019b8984b6cd32e0dd63eb5b4b.tar.xz
wireguard-openbsd-3463e4be8c4dda019b8984b6cd32e0dd63eb5b4b.zip
remove the extra / in path
ok deraadt@ millert@
Diffstat (limited to 'usr.sbin/tokeninit')
-rw-r--r--usr.sbin/tokeninit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tokeninit/Makefile b/usr.sbin/tokeninit/Makefile
index 431e9a9bf52..b394581bd95 100644
--- a/usr.sbin/tokeninit/Makefile
+++ b/usr.sbin/tokeninit/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2000/12/20 02:08:09 millert Exp $
+# $OpenBSD: Makefile,v 1.2 2003/07/18 21:18:51 david Exp $
PROG= tokeninit
SRCS= tokeninit.c init.c token.c tokendb.c
@@ -19,7 +19,7 @@ BINMODE=500
afterinstall:
for i in ${TOKENS} ; do \
- cd ${DESTDIR}/${BINDIR} && \
+ cd ${DESTDIR}${BINDIR} && \
rm -f $${i}init && \
ln ${PROG} $${i}init ; \
done