summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/pam_wheel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Linux-PAM/modules/pam_wheel/Makefile')
-rw-r--r--Linux-PAM/modules/pam_wheel/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Linux-PAM/modules/pam_wheel/Makefile b/Linux-PAM/modules/pam_wheel/Makefile
new file mode 100644
index 00000000..e4f8a450
--- /dev/null
+++ b/Linux-PAM/modules/pam_wheel/Makefile
@@ -0,0 +1,15 @@
+#
+# $Id: Makefile,v 1.1.1.1 2001/04/29 04:17:43 hartmans Exp $
+#
+# 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_wheel
+
+include ../Simple.Rules