diff options
Diffstat (limited to 'net/socks4')
-rw-r--r-- | net/socks4/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/socks4/Makefile b/net/socks4/Makefile index e496e300a9f..ab64ea1e7bb 100644 --- a/net/socks4/Makefile +++ b/net/socks4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/17 18:19:39 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/03/31 13:39:32 zuntum Exp $ # DISTNAME= export.socks.cstc.4.2.2 @@ -22,10 +22,6 @@ NO_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -MAKE_ENV+= CC=gcc CPPFLAGS= -.endif - post-patch: @${SED} -e 's|@PREFIX@|${PREFIX}|g' ${WRKSRC}/include/socks.h \ > ${WRKSRC}/include/socks.h.new && \ |