From 97c26c1924b076ef23ebe4381558e8aa025712b2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:54:37 +0200 Subject: Adding upstream version 1:4.13+dfsg1. Signed-off-by: Daniel Baumann --- etc/Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 etc/Makefile.am (limited to 'etc/Makefile.am') diff --git a/etc/Makefile.am b/etc/Makefile.am new file mode 100644 index 0000000..c5c0620 --- /dev/null +++ b/etc/Makefile.am @@ -0,0 +1,23 @@ +# This is a dummy Makefile.am to get automake work flawlessly, +# and also cooperate to make a distribution for `make dist' + +sysconf_DATA = login.defs + +defaultdir = $(sysconfdir)/default +default_DATA = + +nonpam_files = \ + limits \ + login.access + +if !USE_PAM +nonpamdir = $(sysconfdir) +nonpam_DATA = $(nonpam_files) +endif + +EXTRA_DIST = \ + $(nonpam_files) \ + $(sysconf_DATA) \ + $(default_DATA) + +SUBDIRS = pam.d -- cgit v1.2.3