diff options
author | grant <grant@pkgsrc.org> | 2004-07-25 00:21:16 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-25 00:21:16 +0000 |
commit | 84898028ef8ef75527b2af9450a2c145f770501b (patch) | |
tree | 24f96a40a7fd28d7aff1faab4f6ff54e64110a7d /net | |
parent | b0c97d22ca88d23dfdac1db248cbcefaea0852fc (diff) | |
download | pkgsrc-84898028ef8ef75527b2af9450a2c145f770501b.tar.gz |
including libpcap/buildlink3.mk now adds the required socket
libraries for the target platform to LDFLAGS automatically, so we
don't need to also specify them here.
Diffstat (limited to 'net')
-rw-r--r-- | net/tcptrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index 204131af995..362ab8d4fbb 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/04/25 07:38:44 snj Exp $ +# $NetBSD: Makefile,v 1.22 2004/07/25 00:21:16 grant Exp $ # FreeBSD Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp # @@ -17,7 +17,7 @@ ALL_TARGET= tcptrace DOCFILES= COPYRIGHT FAQ README README.tput_graphs -LDFLAGS.SunOS+= -lnsl -lsocket -lm +LDFLAGS.SunOS+= -lm do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin |