summaryrefslogtreecommitdiff
path: root/data/openssh/make.sh
blob: 6b93f1a83354ebc2d572b858cf8116f30da8c46c (plain)
1
2
3
4
5
6
7
8
9
pkg:extract
cd *
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