diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-09-08 22:18:04 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-09-08 22:18:04 +0000 |
commit | 34af15191363e9f9cd666862c9b35c266b13464f (patch) | |
tree | eb620cfc3d875a7df80ec9baff6746450af2ac6d /security | |
parent | cc41b1afabb4d2c262902b5e0b724c262915fc8c (diff) | |
download | pkgsrc-34af15191363e9f9cd666862c9b35c266b13464f.tar.gz |
this builds fine without user interaction
Diffstat (limited to 'security')
-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 |