diff options
author | grant <grant> | 2004-07-25 00:21:16 +0000 |
---|---|---|
committer | grant <grant> | 2004-07-25 00:21:16 +0000 |
commit | f9364d3130bd398cbf8d5cc88b430df75d5f0132 (patch) | |
tree | 24f96a40a7fd28d7aff1faab4f6ff54e64110a7d /net/tcptrace/Makefile | |
parent | 8c8825f5d42ef660c6b9e45ea1ab135692baf5cb (diff) | |
download | pkgsrc-f9364d3130bd398cbf8d5cc88b430df75d5f0132.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/tcptrace/Makefile')
-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 |