13 lines
244 B
Makefile
13 lines
244 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 \
|
|
login.defs.hurd \
|
|
login.defs.linux \
|
|
useradd
|
|
|
|
SUBDIRS = pam.d
|