diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-07 10:19:46 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-07 10:19:46 +0000 |
commit | 1ec99884525a779afb399514a0c44e7d0acb1a5c (patch) | |
tree | 7438f4eade99d1ad0999381dff704e51209fb784 /net/netcat | |
parent | 798f593b298dd87c9102b9aeed7a20e0510e28e8 (diff) | |
download | pkgsrc-1ec99884525a779afb399514a0c44e7d0acb1a5c.tar.gz |
Use LOWER_OPSYS as the make target. This works for netbsd and solaris;
hopefully for others too. Addresses PR#21045.
Diffstat (limited to 'net/netcat')
-rw-r--r-- | net/netcat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile index 3574523e466..8a0b77ed95b 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/10/08 14:29:36 abs Exp $ +# $NetBSD: Makefile,v 1.9 2003/04/07 10:19:46 cjep Exp $ DISTNAME= nc110 PKGNAME= netcat-1.10 @@ -18,7 +18,7 @@ HOMEPAGE= http://www.avian.org/web1/hak/netcat.html COMMENT= Read and write data across network connections MAKE_ENV+= DFLAGS="-DGAPING_SECURITY_HOLE -DTELNET" -ALL_TARGET= netbsd +ALL_TARGET= ${LOWER_OPSYS} EXTRA_PROGS= data rservice xor EXAMPLE_DIR= share/examples/nc |