From 333f7ecfa3e040191c66b2b92f6c117ca2cbac1d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 14:50:00 +0200 Subject: Adding upstream version 1:4.8.1. Signed-off-by: Daniel Baumann --- etc/Makefile.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..cc31c60 --- /dev/null +++ b/etc/Makefile.am @@ -0,0 +1,24 @@ +# 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 = \ + useradd + +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