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 848bcee0c0b..9869bf5e402 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/12/25 06:43:19 kim Exp $ +# $NetBSD: Makefile,v 1.24 2005/03/26 23:51:06 reed Exp $ DISTNAME= nc110 PKGNAME= netcat-1.10 @@ -27,6 +27,7 @@ NC_TARGET.${OPSYS}?= ${LOWER_OPSYS} NC_TARGET.IRIX= irix NC_TARGET.Interix= netbsd NC_TARGET.OpenBSD= netbsd +NC_TARGET.DragonFly= freebsd BUILD_TARGET= ${NC_TARGET.${OPSYS}} EXTRA_PROGS= data rservice xor |