summaryrefslogtreecommitdiff
path: root/modules/pam_localuser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_localuser/Makefile')
-rw-r--r--modules/pam_localuser/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/pam_localuser/Makefile b/modules/pam_localuser/Makefile
new file mode 100644
index 00000000..13946eb4
--- /dev/null
+++ b/modules/pam_localuser/Makefile
@@ -0,0 +1,14 @@
+# $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!).
+#
+#
+
+include ../../Make.Rules
+
+TITLE=pam_localuser
+MAN8=pam_localuser.8
+
+include ../Simple.Rules