summaryrefslogtreecommitdiff
path: root/ifpps
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 10:32:48 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 10:32:48 +0200
commitac5fd9168efaa4e149340340805b1be7425d8834 (patch)
tree6f87f03c79d0168c44f472c03f9f800c9883d266 /ifpps
parent92206a78c27de6442f1428ccf8cd622fa3364a5a (diff)
xutils: break out promisc mode functions
Put them separately for the sake of maintanence. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'ifpps')
-rw-r--r--ifpps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ifpps/Makefile b/ifpps/Makefile
index 8b055b4..57816ac 100644
--- a/ifpps/Makefile
+++ b/ifpps/Makefile
@@ -3,5 +3,6 @@ ifpps-libs = $(shell pkg-config --libs ncurses)
ifpps-objs = xmalloc.o \
ioops.o \
xutils.o \
+ promisc.o \
str.o \
ifpps.o