mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
cc3e5b5e86
nifmon is a curses application which displays counters and statistics of one particular network interface in one part of the screen and a stripped down tcpdump(8) output for this interface in the other part of the screen. PR: ports/63358 Submitted by: Simon Barner <barner@gmx.de>
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
--- Makefile.orig Wed May 2 20:41:22 2001
|
|
+++ Makefile Wed Feb 25 17:43:00 2004
|
|
@@ -5,7 +5,7 @@
|
|
MANDIR = /usr/local/man/man
|
|
|
|
# compile debug support
|
|
-COPTS += -DDEBUG -g -Wall
|
|
+#COPTS += -DDEBUG -g -Wall
|
|
|
|
DPADD = ${LIBCURSES}
|
|
LDADD = -lcurses
|