11 lines
205 B
Makefile
11 lines
205 B
Makefile
# This is a dummy Makefile.am to get automake work flawlessly,
|
|
# and also cooperate to make a distribution for `make dist'
|
|
|
|
EXTRA_DIST = \
|
|
limits \
|
|
login.access \
|
|
login.defs \
|
|
useradd
|
|
|
|
SUBDIRS = pam.d
|