summaryrefslogtreecommitdiff
path: root/data/openssh/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/openssh/make.sh')
-rw-r--r--data/openssh/make.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/data/openssh/make.sh b/data/openssh/make.sh
deleted file mode 100644
index 4896d9037..000000000
--- a/data/openssh/make.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-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 -af %/ssh{d,}_config /etc/ssh