summaryrefslogtreecommitdiff
path: root/data/_openssh/make.sh
blob: cef4f65e0b2170c546074d7f2fc4f72eae051518 (plain)
1
2
3
4
5
6
7
8
9
10
11
pkg:setup
autoconf
pkg:configure --disable-strip --sysconfdir=/etc/ssh --disable-libutil --disable-utmp --disable-wtmp
pkg: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 -a %/com.openssh.sshd-localhost.plist /Library/LaunchDaemons
pkg: cp -af %/ssh{d,}_config /etc/ssh
subpkg:stage