diff options
author | 2018-07-25 17:12:35 +0000 | |
---|---|---|
committer | 2018-07-25 17:12:35 +0000 | |
commit | 4ae7035e867c640c4aca0ac9aae5062790d175a0 (patch) | |
tree | c5ec8acf63988ee8d2fb3ad73948a331e257727a /usr.bin/ssh/ssh-agent | |
parent | Implement a generic interface to forward resolver queries to the lka (diff) | |
download | wireguard-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/Makefile | 5 |
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 |