From ac5fd9168efaa4e149340340805b1be7425d8834 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 10:32:48 +0200 Subject: xutils: break out promisc mode functions Put them separately for the sake of maintanence. Signed-off-by: Daniel Borkmann --- ifpps/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'ifpps') 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 -- cgit v1.2.3-54-g00ecf