Remove accidentally committed Makefile.
authorphampson <phampson>
Sat, 14 Jun 2003 05:00:51 +0000 (05:00 +0000)
committerphampson <phampson>
Sat, 14 Jun 2003 05:00:51 +0000 (05:00 +0000)
src/modules/rlm_eap/types/rlm_eap_md5/Makefile [deleted file]

diff --git a/src/modules/rlm_eap/types/rlm_eap_md5/Makefile b/src/modules/rlm_eap/types/rlm_eap_md5/Makefile
deleted file mode 100644 (file)
index deba284..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-TARGET      = rlm_eap_md5
-SRCS        = rlm_eap_md5.c eap_md5.c
-RLM_CFLAGS  = $(INCLTDL) -I../..
-HEADERS     = eap_md5.h
-RLM_INSTALL = 
-
-$(STATIC_OBJS): $(HEADERS)
-
-$(DYNAMIC_OBJS): $(HEADERS)
-
-RLM_DIR=../../
-include ${RLM_DIR}../rules.mak