diff options
Diffstat (limited to 'security/ssh/Makefile')
-rw-r--r-- | security/ssh/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index cacf661c66e..8a672f41d83 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 1998/06/19 17:17:04 tron Exp $ +# $NetBSD: Makefile,v 1.28 1998/06/22 13:06:18 agc Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -75,11 +75,6 @@ CONFIGURE_ARGS+= --disable-suid-ssh CFLAGS+= -DLIBWRAP_FWD .endif -MAN1= scp.1 scp1.1 slogin.1 slogin1.1 ssh-add.1 ssh-add1.1 \ - ssh-agent.1 ssh-agent1.1 ssh-keygen.1 ssh-keygen1.1 \ - ssh.1 ssh1.1 make-ssh-known-hosts.1 make-ssh-known-hosts1.1 -MAN8= sshd.8 sshd1.8 - PKGDIR= ${WRKDIR}/pkg pre-patch: |