diff options
author | minskim <minskim@pkgsrc.org> | 2005-09-08 17:40:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-09-08 17:40:30 +0000 |
commit | a743294d070f85764589e8e98ac20258e4ccb63e (patch) | |
tree | 91cc675c21a36a2d659b796bfcaed5197d2dd4ad /net | |
parent | e59720c00e223941878f76e8084a38d92de82061 (diff) | |
download | pkgsrc-a743294d070f85764589e8e98ac20258e4ccb63e.tar.gz |
Set BUILD_TARGET for Darwin.
Diffstat (limited to 'net')
-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 686bbdb7e21..ae90f92a448 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/04/11 21:46:52 tv Exp $ +# $NetBSD: Makefile,v 1.26 2005/09/08 17:40:30 minskim Exp $ DISTNAME= nc110 PKGNAME= netcat-1.10 @@ -27,6 +27,7 @@ NC_TARGET.IRIX= irix NC_TARGET.Interix= netbsd NC_TARGET.OpenBSD= netbsd NC_TARGET.DragonFly= freebsd +NC_TARGET.Darwin= generic BUILD_TARGET= ${NC_TARGET.${OPSYS}} EXTRA_PROGS= data rservice xor |