remove Makefile since there is no code here
authorfcusack <fcusack>
Tue, 14 Nov 2006 21:01:08 +0000 (21:01 +0000)
committerfcusack <fcusack>
Tue, 14 Nov 2006 21:01:08 +0000 (21:01 +0000)
src/modules/rlm_sql/drivers/rlm_sql_freetds/Makefile [deleted file]

diff --git a/src/modules/rlm_sql/drivers/rlm_sql_freetds/Makefile b/src/modules/rlm_sql/drivers/rlm_sql_freetds/Makefile
deleted file mode 100644 (file)
index e2baf78..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-#  The FreeTDS libraries are still in development, and the API to use
-#  them has not been finalized.  As a result, if you want to use this
-#  module, you MUST edit the source, and update the rest of this
-#  file by hand.
-#
-#  Please do NOT ask questions about the FreeTDS libraries or API's
-#  on the FreeRADIUS list.  No one there can answer your questions.
-#  Instead, ask questions on the FreeTDS mailing list.
-#
-
-include ../../../../../Make.inc
-
-TARGET                 = 
-SRCS                   = sql_freetds.c
-RLM_SQL_CFLAGS         = 
-RLM_SQL_CXXFLAGS       = 
-RLM_SQL_LDFLAGS                =
-RLM_SQL_LIBS           =
-
-include ../rules.mak