summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2018-07-25 17:12:35 +0000
committerderaadt <deraadt@openbsd.org>2018-07-25 17:12:35 +0000
commit4ae7035e867c640c4aca0ac9aae5062790d175a0 (patch)
treec5ec8acf63988ee8d2fb3ad73948a331e257727a /usr.bin/ssh/ssh-agent
parentImplement a generic interface to forward resolver queries to the lka (diff)
downloadwireguard-openbsd-4ae7035e867c640c4aca0ac9aae5062790d175a0.tar.xz
wireguard-openbsd-4ae7035e867c640c4aca0ac9aae5062790d175a0.zip
Don't redefine Makefile choices which come correct from bsd.*.mk
ok markus
Diffstat (limited to 'usr.bin/ssh/ssh-agent')
-rw-r--r--usr.bin/ssh/ssh-agent/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-agent/Makefile b/usr.bin/ssh/ssh-agent/Makefile
index 17730f4be33..dadb2226eba 100644
--- a/usr.bin/ssh/ssh-agent/Makefile
+++ b/usr.bin/ssh/ssh-agent/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.30 2018/07/11 18:53:29 markus Exp $
+# $OpenBSD: Makefile,v 1.31 2018/07/25 17:12:35 deraadt Exp $
.PATH: ${.CURDIR}/..
@@ -8,8 +8,7 @@ SRCS+= ${SRCS_BASE} ${SRCS_KEY} ${SRCS_KEYP} ${SRCS_KRL} ${SRCS_UTL}
PROG= ssh-agent
BINOWN= root
BINGRP= _sshagnt
-
-BINMODE?=2555
+BINMODE=2555
BINDIR= /usr/bin