diff options
Diffstat (limited to 'net/netcat/Makefile')
-rw-r--r-- | net/netcat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile index 9c85d7375f1..091de691b51 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/09/06 23:04:16 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2003/11/23 01:23:58 jlam Exp $ DISTNAME= nc110 PKGNAME= netcat-1.10 @@ -17,6 +17,7 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.atstake.com/research/tools/network_utilities/ COMMENT= Read and write data across network connections +USE_BUILDLINK2= yes MAKE_ENV+= DFLAGS="-DGAPING_SECURITY_HOLE -DTELNET" ALL_TARGET= ${LOWER_OPSYS} |