diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2004-09-28 17:55:41 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2004-09-28 17:55:41 +0000 |
commit | 50297b24366d5fd9607bc2e12eb1b870cf73fedf (patch) | |
tree | 1987676f384a08a8bf6de02786a6908623e34368 /usr.sbin | |
parent | ff09ecf5e523f7c1678821dfc8753880775b9bc9 (diff) |
fix lib/bind cleaning cruft
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bind/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bind/Makefile.in b/usr.sbin/bind/Makefile.in index 18de1b3db81..05e8ac1c62d 100644 --- a/usr.sbin/bind/Makefile.in +++ b/usr.sbin/bind/Makefile.in @@ -27,7 +27,7 @@ TARGETS = @BIND9_MAKE_RULES@ distclean:: - @if [ "X@LIBBIND@" = "X" ] ; then \ + @if [ "X@LIBBIND@" != "X" ] ; then \ i=lib/bind; \ echo "making $@ in `pwd`/$$i"; \ (cd $$i; ${MAKE} ${MAKEDEFS} $@) || exit 1; \ |