diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-17 10:34:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-17 10:34:38 +0000 |
commit | 5545d3c5ee20e4308409f6374c478129f1161581 (patch) | |
tree | b4a0268236ebf55288e7811307f2e0c010182379 /net | |
parent | 1b90b8d13bb45cdb3bd4e6c6b9a31630aa75dab3 (diff) | |
download | pkgsrc-5545d3c5ee20e4308409f6374c478129f1161581.tar.gz |
Remove another USE_SSL comment.
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp-current/Makefile | 4 | ||||
-rw-r--r-- | net/ucd-snmp/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/net-snmp-current/Makefile b/net/net-snmp-current/Makefile index 3c5d1688afe..16eb07ba2b7 100644 --- a/net/net-snmp-current/Makefile +++ b/net/net-snmp-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/03/14 06:29:01 itojun Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/17 10:37:45 wiz Exp $ DISTNAME= net-snmp-5.0.pre2 PKGNAME= net-snmp-5.0.0.2 @@ -88,7 +88,7 @@ post-install: CFLAGS+= -Dnetbsd1 .endif -.include "../../security/openssl/buildlink.mk" # USE_SSL= yes +.include "../../security/openssl/buildlink.mk" .include "../../security/tcp_wrappers/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index f09dba2766a..17303f10867 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2002/05/25 08:04:51 tron Exp $ +# $NetBSD: Makefile,v 1.45 2002/06/17 10:34:38 wiz Exp $ DISTNAME= ucd-snmp-4.2.4 CATEGORIES= net @@ -89,7 +89,7 @@ post-install: CFLAGS+= -Dnetbsd1 .endif -.include "../../security/openssl/buildlink.mk" # USE_SSL= yes +.include "../../security/openssl/buildlink.mk" .include "../../security/tcp_wrappers/buildlink.mk" .include "../../mk/bsd.pkg.mk" |