diff options
Diffstat (limited to 'ifpps/Makefile')
-rw-r--r-- | ifpps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ifpps/Makefile b/ifpps/Makefile index 110e6aa..096a853 100644 --- a/ifpps/Makefile +++ b/ifpps/Makefile @@ -11,6 +11,7 @@ ifpps-objs = xmalloc.o \ sig.o \ screen.o \ die.o \ + sysctl.o \ ifpps.o ifpps-eflags = $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --cflags ncurses 2> /dev/null) |