Based on package submitted by Jan Schaumann <jschauma@cs.stevens-tech.edu> in PR pkg/16301. NS is a discrete event simulator targeted at networking research. Ns provides substantial support for simulation of TCP, routing, and multicast protocols.
13 lines
378 B
Text
13 lines
378 B
Text
$NetBSD: patch-an,v 1.1.1.1 2002/08/27 08:07:07 seb Exp $
|
|
|
|
--- indep-utils/webtrace-conv/epa/Makefile.in.orig Wed Feb 16 18:08:26 2000
|
|
+++ indep-utils/webtrace-conv/epa/Makefile.in
|
|
@@ -35,7 +35,7 @@ MKDEP = ../../../conf/mkdep
|
|
|
|
INCLUDE = -I. @V_INCLUDES@
|
|
CFLAGS = @V_CCOPT@
|
|
-LDFLAGS = @V_STATIC@
|
|
+LDFLAGS = @LDFLAGS@
|
|
LIBS = @V_LIB_TCL@ @V_LIB@ @LIBS@
|
|
INSTALL = @INSTALL@
|
|
|