From 3badd3809645529046513f8ee2835f7949cbcde9 Mon Sep 17 00:00:00 2001 From: venaas Date: Fri, 9 May 2008 09:15:30 +0000 Subject: added catgconf utility git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@250 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 85aac0d..6eb07e2 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,9 @@ all: radsecproxy radsecproxy: $(OBJ) $(CC) $(CFLAGS) $(OBJ) $(LDFLAGS) -o radsecproxy + +catgconf: util.o debug.o gconfig.o catgconf.o + $(CC) $(CFLAGS) util.o debug.o gconfig.o catgconf.o -o catgconf + clean: - rm -f $(OBJ) radsecproxy + rm -f $(OBJ) catgconf.o radsecproxy catgconf -- cgit v1.1