make distclean should remove conf.sh

This commit is contained in:
Andreas Gustafsson
2000-07-28 01:37:05 +00:00
parent 1f36109490
commit 3342c783e3

View File

@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.18 2000/07/27 09:39:06 tale Exp $
# $Id: Makefile.in,v 1.19 2000/07/28 01:37:05 gson Exp $
@BIND9_INCLUDES@
SUBDIRS = lwresd
@@ -27,6 +27,9 @@ test: subdirs
clean distclean::
sh ./cleanall.sh
distclean::
rm -f conf.sh
installdirs:
install::