summaryrefslogtreecommitdiff
path: root/modules/pam_localuser/Makefile
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2004-09-24 11:49:37 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2004-09-24 11:49:37 +0000
commit554a5def9a2eddc643cf157208ddfe7fee444240 (patch)
treef7cf812d627207c1a67e710d265a630a47e60720 /modules/pam_localuser/Makefile
parent1e50936923080d9f919e00de48733212cc2c4336 (diff)
Relevant BUGIDs:
Purpose of commit: Commit summary: --------------- new feature: Bug 436444: Add pam_localuser module
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