Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
4137fd12
Commit
4137fd12
authored
Dec 22, 2000
by
Andreas Gustafsson
Browse files
install checking tools in sbindir, not bindir
parent
275c6188
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/check/Makefile.in
View file @
4137fd12
...
...
@@ -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.
4
2000/12/2
1 01:56:12
gson Exp $
# $Id: Makefile.in,v 1.
5
2000/12/2
2 17:25:56
gson Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -56,8 +56,8 @@ clean distclean::
rm
-f
${TARGETS}
installdirs
:
$(SHELL)
${top_srcdir}
/mkinstalldirs
${DESTDIR}${bindir}
$(SHELL)
${top_srcdir}
/mkinstalldirs
${DESTDIR}${
s
bindir}
install
::
named-checkconf named-checkzone
${LIBTOOL}
${INSTALL_PROGRAM}
named-checkconf
${DESTDIR}${bindir}
${LIBTOOL}
${INSTALL_PROGRAM}
named-checkzone
${DESTDIR}${bindir}
${LIBTOOL}
${INSTALL_PROGRAM}
named-checkconf
${DESTDIR}${
s
bindir}
${LIBTOOL}
${INSTALL_PROGRAM}
named-checkzone
${DESTDIR}${
s
bindir}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment