diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2006-04-05 17:36:37 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2006-04-05 17:36:37 +0000 |
commit | 0505bad000912a66c4f92c91a72202b9250e4bd5 (patch) | |
tree | 00d8701ac1f3ee5feadd765c0274e9ff0a95aeac /usr.sbin/bind/Makefile.in | |
parent | 1da54ca1fd7764e567cd4bc055abd54d602773e1 (diff) |
resolve conflicts
Diffstat (limited to 'usr.sbin/bind/Makefile.in')
-rw-r--r-- | usr.sbin/bind/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/bind/Makefile.in b/usr.sbin/bind/Makefile.in index 05e8ac1c62d..417f0c95bfb 100644 --- a/usr.sbin/bind/Makefile.in +++ b/usr.sbin/bind/Makefile.in @@ -52,8 +52,3 @@ install:: isc-config.sh installdirs tags: rm -f TAGS find lib bin -name "*.[ch]" -print | @ETAGS@ - - -check: test - -test: - (cd bin/tests && ${MAKE} ${MAKEDEFS} test) |