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-add | |
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-add')
-rw-r--r-- | usr.bin/ssh/ssh-add/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-add/Makefile b/usr.bin/ssh/ssh-add/Makefile index 271b0ad3c2c..ec509576ac5 100644 --- a/usr.bin/ssh/ssh-add/Makefile +++ b/usr.bin/ssh/ssh-add/Makefile @@ -2,7 +2,6 @@ PROG= ssh-add BINOWN= root -BINGRP= root BINMODE=555 BINDIR= /usr/bin LDADD= -lkrb -lcrypto -ldes -lgmp -lutil -lz |