aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-09-21 15:26:36 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2011-09-21 15:26:36 +0200
commit05ed02cf3a124e228480da65e09b88751c0859e6 (patch)
tree7662efb5c114d23a4eed255afbd40f49e90d037c /Makefile
parent20cbd15c9eb521c6ca21d446b5cdf060df4eb169 (diff)
downloadpingu-05ed02cf3a124e228480da65e09b88751c0859e6.tar.bz2
pingu-05ed02cf3a124e228480da65e09b88751c0859e6.tar.xz
pingu_adm: implement initial admin socket
only supported command so far is "status"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c993407..d9d73be 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ pingu_OBJS = \
icmp.o \
log.o \
pingu.o \
+ pingu_adm.o \
pingu_burst.o \
pingu_conf.o \
pingu_gateway.o \
@@ -46,6 +47,6 @@ mtu: $(mtu_OBJS)
install: $(TARGETS)
$(INSTALLDIR) $(DESTDIR)/$(BINDIR)
$(INSTALL) $(TARGETS) $(DESTDIR)/$(BINDIR)
-
+
clean:
rm -f $(TARGETS) $(ALL_OBJS)