diff options
Diffstat (limited to 'astraceroute/Makefile')
-rw-r--r-- | astraceroute/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astraceroute/Makefile b/astraceroute/Makefile index 2e80a11..bbf9e88 100644 --- a/astraceroute/Makefile +++ b/astraceroute/Makefile @@ -17,6 +17,7 @@ astraceroute-objs = xmalloc.o \ dev.o \ ring.o \ die.o \ + sysctl.o \ astraceroute.o ifeq ($(CONFIG_GEOIP), 1) |