diff options
author | 2003-11-20 07:39:42 +0000 | |
---|---|---|
committer | 2003-11-20 07:39:42 +0000 | |
commit | a81230d93683a7cc2df6b4f040120d54003f287c (patch) | |
tree | 123ec06aa14523282c738915d7857c1a79e64090 | |
parent | Sync with NetBSD probe code: deal with non-pullups ide bus when (diff) | |
download | wireguard-openbsd-a81230d93683a7cc2df6b4f040120d54003f287c.tar.xz wireguard-openbsd-a81230d93683a7cc2df6b4f040120d54003f287c.zip |
temporary fix for distclean & lib/bind
-rw-r--r-- | usr.sbin/bind/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/bind/Makefile.in b/usr.sbin/bind/Makefile.in index e456fe9f425..b787ce20c51 100644 --- a/usr.sbin/bind/Makefile.in +++ b/usr.sbin/bind/Makefile.in @@ -26,12 +26,12 @@ TARGETS = @BIND9_MAKE_RULES@ -distclean:: - @if [ "X@LIBBIND@" = "X" ] ; then \ - i=lib/bind; \ - echo "making $@ in `pwd`/$$i"; \ - (cd $$i; ${MAKE} ${MAKEDEFS} $@) || exit 1; \ - fi +#distclean:: +# @if [ "X@LIBBIND@" = "X" ] ; then \ +# i=lib/bind; \ +# echo "making $@ in `pwd`/$$i"; \ +# (cd $$i; ${MAKE} ${MAKEDEFS} $@) || exit 1; \ +# fi distclean:: rm -f config.cache config.h config.log config.status TAGS |