tests/kdc: Make make clean clean cleaner

This commit is contained in:
Nicolas Williams
2020-08-26 15:36:27 -05:00
parent 0c0ac807c1
commit f5f63daa69

View File

@@ -253,6 +253,9 @@ krb5-pkinit-win.conf: krb5-pkinit.conf.in Makefile
$(do_subst) -e 's,[@]w2k[@],yes,g' < $(srcdir)/krb5-pkinit.conf.in > krb5-pkinit-win.conf.tmp && \ $(do_subst) -e 's,[@]w2k[@],yes,g' < $(srcdir)/krb5-pkinit.conf.in > krb5-pkinit-win.conf.tmp && \
mv krb5-pkinit-win.conf.tmp krb5-pkinit-win.conf mv krb5-pkinit-win.conf.tmp krb5-pkinit-win.conf
clean: clean-am
rm -rf cc_dir simple_csr_authz
CLEANFILES= \ CLEANFILES= \
$(TESTS) \ $(TESTS) \
*.crt \ *.crt \
@@ -267,7 +270,9 @@ CLEANFILES= \
cache.krb5 \ cache.krb5 \
cdigest-reply \ cdigest-reply \
client-cache \ client-cache \
curlheaders \
current-db* \ current-db* \
current.log* \
digest-reply \ digest-reply \
foopassword \ foopassword \
foopassword.rkpty \ foopassword.rkpty \
@@ -280,6 +285,7 @@ CLEANFILES= \
krb5-canon.conf \ krb5-canon.conf \
krb5-canon2.conf \ krb5-canon2.conf \
krb5-cc.conf \ krb5-cc.conf \
krb5-cccol.conf \
krb5-hdb-mitdb.conf \ krb5-hdb-mitdb.conf \
krb5-pkinit-win.conf \ krb5-pkinit-win.conf \
krb5-pkinit.conf \ krb5-pkinit.conf \
@@ -294,18 +300,21 @@ CLEANFILES= \
malloc-log \ malloc-log \
malloc-log-master \ malloc-log-master \
malloc-log-slave \ malloc-log-slave \
negotiate-token \
notfoopassword \ notfoopassword \
o2cache.krb5 \ o2cache.krb5 \
o2digest-reply \ o2digest-reply \
ocache.krb5 \ ocache.krb5 \
out-log \ out-log \
s2digest-reply \ s2digest-reply \
sdb \
sdigest-init \ sdigest-init \
sdigest-reply \ sdigest-reply \
server.keytab \ server.keytab \
signal \ signal \
tempfile \ tempfile \
test-rc-file.rc \ test-rc-file.rc \
ukt \
uuserver.log uuserver.log
EXTRA_DIST = \ EXTRA_DIST = \