mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
16 lines
162 B
Makefile
16 lines
162 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
ipa-pwd-extop \
|
|
ipa-memberof \
|
|
dna \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|