diff options
author | 1999-09-26 21:52:50 +0000 | |
---|---|---|
committer | 1999-09-26 21:52:50 +0000 | |
commit | 4bc35eeeccf76a22c16fc9cce9d1939d4289724d (patch) | |
tree | 93c347e7a5b9538f14903e99afdb6e8be719414b /usr.bin/ssh/ssh-agent | |
parent | build ssh components using our build model (diff) | |
download | wireguard-openbsd-4bc35eeeccf76a22c16fc9cce9d1939d4289724d.tar.xz wireguard-openbsd-4bc35eeeccf76a22c16fc9cce9d1939d4289724d.zip |
proper groups for install
Diffstat (limited to 'usr.bin/ssh/ssh-agent')
-rw-r--r-- | usr.bin/ssh/ssh-agent/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-agent/Makefile b/usr.bin/ssh/ssh-agent/Makefile index 0f36ed84774..0abaa966429 100644 --- a/usr.bin/ssh/ssh-agent/Makefile +++ b/usr.bin/ssh/ssh-agent/Makefile @@ -2,7 +2,6 @@ PROG= ssh-keygen BINOWN= root -BINGRP= root BINMODE=555 BINDIR= /usr/bin LDADD= -lkrb -lcrypto -ldes -lgmp -lutil -lz |