diff options
author | hubertf <hubertf> | 1999-09-08 22:18:04 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-09-08 22:18:04 +0000 |
commit | 188a6759608aa39c909b879393615c8fe5a6461a (patch) | |
tree | eb620cfc3d875a7df80ec9baff6746450af2ac6d | |
parent | 4ad0cad741f152bf8b9dae157fae6a0469783f51 (diff) | |
download | pkgsrc-188a6759608aa39c909b879393615c8fe5a6461a.tar.gz |
this builds fine without user interaction
-rw-r--r-- | security/ssh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 9f7bcf4202e..1bc16c18a27 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 1999/09/06 05:30:19 sommerfeld Exp $ +# $NetBSD: Makefile,v 1.59 1999/09/08 22:18:04 hubertf Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -13,7 +13,6 @@ HOMEPAGE= http://www.cs.hut.fi/ssh/ RESTRICTED= "Crypto; export-controlled" MIRROR_DISTFILE= no -IS_INTERACTIVE= YES LICENSE= no-commercial-use CFLAGS= -O2 |