Empty target, with note that hand-editing is required to get
authoraland <aland>
Mon, 30 Sep 2002 16:21:05 +0000 (16:21 +0000)
committeraland <aland>
Mon, 30 Sep 2002 16:21:05 +0000 (16:21 +0000)
this module to work.

src/modules/rlm_sql/drivers/rlm_sql_freetds/Makefile [new file with mode: 0644]

diff --git a/src/modules/rlm_sql/drivers/rlm_sql_freetds/Makefile b/src/modules/rlm_sql/drivers/rlm_sql_freetds/Makefile
new file mode 100644 (file)
index 0000000..e2baf78
--- /dev/null
@@ -0,0 +1,21 @@
+#
+#  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