summaryrefslogtreecommitdiff
path: root/contrib/libpam/modules/pam_motd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libpam/modules/pam_motd/Makefile')
-rw-r--r--contrib/libpam/modules/pam_motd/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/libpam/modules/pam_motd/Makefile b/contrib/libpam/modules/pam_motd/Makefile
new file mode 100644
index 0000000000000..fb83807a36da1
--- /dev/null
+++ b/contrib/libpam/modules/pam_motd/Makefile
@@ -0,0 +1,15 @@
+#
+# $Id: Makefile,v 1.2 2000/11/19 23:54:04 agmorgan 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_motd
+
+include ../Simple.Rules