summaryrefslogtreecommitdiff
path: root/modules/pam_debug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_debug/Makefile')
-rw-r--r--modules/pam_debug/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/pam_debug/Makefile b/modules/pam_debug/Makefile
new file mode 100644
index 00000000..ae22cade
--- /dev/null
+++ b/modules/pam_debug/Makefile
@@ -0,0 +1,15 @@
+#
+# $Id$
+#
+# This Makefile controls a build process of $(TITLE) module for
+# Linux-PAM. You should not modify this Makefile (unless you know
+# what you are doing!).
+#
+# Created by Andrew Morgan <morgan@linux.kernel.org> 2000/08/27
+#
+
+include ../../Make.Rules
+
+TITLE=pam_debug
+
+include ../Simple.Rules