summaryrefslogtreecommitdiff
path: root/data/openssh/make.sh
blob: 56c32ecb6de77c86142ec9e3c9a6f53a7b7e5bec (plain)
1
2
3
4
5
6
7
8
9
pkg:setup
autoconf
pkg:configure --disable-strip --sysconfdir=/etc/ssh
make
pkg:install INSTALL_SSH_RAND_HELPER=yes
pkg: cp -a %/sshd-keygen-wrapper /usr/libexec
pkg: mkdir -p /Library/LaunchDaemons
pkg: cp -a %/com.openssh.sshd.plist /Library/LaunchDaemons
pkg: cp -af %/ssh{d,}_config /etc/ssh