summaryrefslogtreecommitdiff
path: root/Makefile-solaris9
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile-solaris9')
-rw-r--r--Makefile-solaris910
1 files changed, 0 insertions, 10 deletions
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