mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
remove conf.sh when make distclean
This commit is contained in:
parent
a4bdc2328a
commit
eb591bfe60
1 changed files with 5 additions and 2 deletions
|
|
@ -18,11 +18,11 @@ TARGETS =
|
|||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
test: xfer_test dnssec_test xferquota_test notify_test views_test
|
||||
|
||||
clean distclean:: xfer_test_clean dnssec_test_clean xferquota_test_clean \
|
||||
notify_test_clean views_test_clean
|
||||
|
||||
test: xfer_test dnssec_test xferquota_test notify_test views_test
|
||||
|
||||
installdirs:
|
||||
|
||||
install::
|
||||
|
|
@ -42,6 +42,9 @@ notify_test:
|
|||
views_test:
|
||||
sh ./run.sh views
|
||||
|
||||
distclean::
|
||||
rm -f conf.sh
|
||||
|
||||
xfer_test_clean:
|
||||
sh ./clean.sh xfer
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue