summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--squark-auth-snmp.8 (renamed from squark-auth.8)0
-rw-r--r--squark-auth-snmp.c (renamed from squark-auth.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 51d9e56..55f0d96 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-TARGETS=squark-auth squark-filter squarkdb.so
+TARGETS=squark-auth-snmp squark-filter squarkdb.so
NETSNMP_CFLAGS:=$(shell net-snmp-config --cflags)
NETSNMP_LIBS:=$(shell net-snmp-config --libs)
@@ -12,7 +12,7 @@ CFLAGS=-g -I. $(NETSNMP_CFLAGS) $(LUA_CFLAGS) $(CMPH_CFLAGS) -std=gnu99 -D_GNU_S
all: $(TARGETS)
-squark-auth: squark-auth.o blob.o
+squark-auth-snmp: squark-auth-snmp.o blob.o
$(CC) -o $@ $^ $(NETSNMP_LIBS)
squark-filter: squark-filter.o filterdb.o blob.o
diff --git a/squark-auth.8 b/squark-auth-snmp.8
index ca4be00..ca4be00 100644
--- a/squark-auth.8
+++ b/squark-auth-snmp.8
diff --git a/squark-auth.c b/squark-auth-snmp.c
index 4b88913..4b88913 100644
--- a/squark-auth.c
+++ b/squark-auth-snmp.c