From b386d661a0876da1bbc98d6cc1d2e198bc684d49 Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 12 Feb 2008 13:42:40 +0000 Subject: autoconf fix for solari9, no more makefile-solaris9 git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@211 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- Makefile-solaris9 | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Makefile-solaris9 (limited to 'Makefile-solaris9') diff --git a/Makefile-solaris9 b/Makefile-solaris9 deleted file mode 100644 index 09f266b..0000000 --- a/Makefile-solaris9 +++ /dev/null @@ -1,10 +0,0 @@ -CFLAGS = -g -Wall -pedantic -pthread -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_C_SOURCE -D__EXTENSIONS__ -D_XPG4_2 -DSYS_SOLARIS9 -LDFLAGS = -lssl -lsocket -OBJ = util.o debug.o list.o gconfig.o radsecproxy.o - -all: radsecproxy - -radsecproxy: $(OBJ) - $(CC) $(CFLAGS) $(OBJ) $(LDFLAGS) -o radsecproxy -clean: - rm -f $(OBJ) radsecproxy -- cgit v1.1