diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-11-18 14:14:09 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-11-18 14:14:09 +0000 |
commit | a3684c7a7fae3c0a0ad3d9641d29affc2b8aed03 (patch) | |
tree | bd1bf1ed050890b02d624a1468c39c2822f5ce45 /usr.sbin/bind/make | |
parent | 2177e8980dbcbd0b8006b290bb9de8e8565df3ba (diff) |
update to BIND v9.2.3. ok todd@
Diffstat (limited to 'usr.sbin/bind/make')
-rw-r--r-- | usr.sbin/bind/make/rules.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/make/rules.in b/usr.sbin/bind/make/rules.in index 388658c1ed9..7fc6b2416cf 100644 --- a/usr.sbin/bind/make/rules.in +++ b/usr.sbin/bind/make/rules.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $ISC: rules.in,v 1.40.2.3.4.2 2003/02/17 07:05:11 marka Exp $ +# $ISC: rules.in,v 1.40.2.5 2003/05/12 06:39:54 marka Exp $ ### ### Common Makefile rules for BIND 9. @@ -127,7 +127,7 @@ cleandir: distclean superclean: maintainer-clean clean distclean maintainer-clean:: - rm -f *.@O@ *.lo *.la core *.core + rm -f *.@O@ *.lo *.la core *.core .depend rm -rf .libs distclean maintainer-clean:: |