diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-28 07:19:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-28 07:19:28 +0000 |
commit | 35dcb44f4ae455ebed16dde648421564b3d62544 (patch) | |
tree | 398581249a5671fb8e9097b24ccb5ffd081687e2 /etc | |
parent | 7b7cf5d38aa9e2a6c07a1eebbedf2799b65d2675 (diff) |
make distribution in ssh
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 3 |
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) |