summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-09-28 07:19:27 +0000
committerderaadt <deraadt@openbsd.org>1999-09-28 07:19:27 +0000
commit56faed57efeacba88edfcbbd7200351d297c2290 (patch)
treec80c38ffef2640da92fd00ed08e3fa911f894d16
parentsync (diff)
downloadwireguard-openbsd-56faed57efeacba88edfcbbd7200351d297c2290.tar.xz
wireguard-openbsd-56faed57efeacba88edfcbbd7200351d297c2290.zip
make distribution in ssh
-rw-r--r--etc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 97368d74f01..3f9c40c8798 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.99 1999/08/02 19:50:08 jakob Exp $
+# $OpenBSD: Makefile,v 1.100 1999/09/28 07:19:27 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -200,6 +200,7 @@ distribution-etc-root-var: distrib-dirs
.endif
(cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution)
(cd ../usr.sbin/ypserv/ypinit; ${MAKE} distribution)
+ (cd ../usr.bin/ssh; ${MAKE} distribution)
(cd ../usr.sbin/httpd; ${MAKE} distribution)
(cd ../lib/libssl; ${MAKE} -f Makefile.bsd-wrapper distribution)
(cd ../gnu/usr.bin/lynx; ${MAKE} -f Makefile.bsd-wrapper distribution)