Import moonshot-gss-eap_0.9.2.orig.tar.gz
[mech_eap.git] / libeap / src / radius / Makefile
diff --git a/libeap/src/radius/Makefile b/libeap/src/radius/Makefile
deleted file mode 100644 (file)
index b199be8..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-all: libradius.a
-
-clean:
-       rm -f *~ *.o *.d libradius.a
-
-install:
-       @echo Nothing to be made.
-
-
-include ../lib.rules
-
-CFLAGS += -DCONFIG_IPV6
-
-LIB_OBJS= \
-       radius.o \
-       radius_client.o \
-       radius_server.o
-
-libradius.a: $(LIB_OBJS)
-       $(AR) crT $@ $?
-
--include $(OBJS:%.o=%.d)