Merged in FreeBSD fixes.
This commit is contained in:
pdw
2002-10-21 13:08:23 +00:00
parent 7a997c4ec2
commit 8010c98d26
8 changed files with 15 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ CFLAGS += -I/usr/include/pcap
# directories:
#LDFLAGS += -L/usr/local/lib
# LDFLAGS += -pg -a
LDFLAGS += -pthread
# PREFIX specifies the base directory for the installation.
PREFIX = /usr/local
@@ -30,10 +31,10 @@ MANDIR = man
#MANDIR = share/man # FHS-ish
# You shouldn't need to change anything below this point.
VERSION = 0.9pre3
VERSION = 0.9pre4
CFLAGS += -g -Wall "-DIFTOP_VERSION=\"$(VERSION)\""
LDFLAGS += -g
LDLIBS += -lpcap -lpthread -lcurses -lm
LDLIBS += -lpcap -lcurses -lm
SRCS = iftop.c addr_hash.c hash.c ns_hash.c resolver.c ui.c util.c sorted_list.c\
options.c serv_hash.c threadprof.c