diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2007-01-10 19:08:00 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2007-01-10 19:08:00 +0000 |
commit | d3ebbe858ab7fccef9faa9ddc6b31fa65c763765 (patch) | |
tree | 1d8e5e596805d3fc4ad06e07592d30c798138f6f /usr.sbin/bind/Makefile.in | |
parent | 4ceaae588a26669445a79d94a13455d26920d0c8 (diff) |
resolve conflicts and regen configure script
Diffstat (limited to 'usr.sbin/bind/Makefile.in')
-rw-r--r-- | usr.sbin/bind/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/bind/Makefile.in b/usr.sbin/bind/Makefile.in index 417f0c95bfb..4db9158ae95 100644 --- a/usr.sbin/bind/Makefile.in +++ b/usr.sbin/bind/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2006 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2002 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $ISC: Makefile.in,v 1.41.2.2.2.2 2004/03/08 04:04:12 marka Exp $ +# $ISC: Makefile.in,v 1.41.2.2.2.4 2006/05/19 00:04:00 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -44,7 +44,8 @@ maintainer-clean:: rm -f configure installdirs: - $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir} + $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir} \ + ${DESTDIR}${localstatedir}/run ${DESTDIR}${sysconfdir} install:: isc-config.sh installdirs ${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir} |