7d67be
diff --git a/export-libs/Makefile b/export-libs/Makefile
7d67be
index df15ea8..13f416b 100644
7d67be
--- a/export-libs/Makefile
7d67be
+++ b/export-libs/Makefile
7d67be
@@ -404,20 +404,18 @@ installdirs:
7d67be
 	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
7d67be
 
7d67be
 install:: isc-config.sh installdirs
7d67be
-	${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}
7d67be
-	rm -f ${DESTDIR}${bindir}/bind9-config
7d67be
-	ln ${DESTDIR}${bindir}/isc-config.sh ${DESTDIR}${bindir}/bind9-config
7d67be
-	${INSTALL_DATA} ${top_srcdir}/isc-config.sh.1 ${DESTDIR}${mandir}/man1
7d67be
-	rm -f ${DESTDIR}${mandir}/man1/bind9-config.1
7d67be
-	ln ${DESTDIR}${mandir}/man1/isc-config.sh.1 ${DESTDIR}${mandir}/man1/bind9-config.1
7d67be
-	${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir}
7d67be
+	${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}/isc-export-config.sh
7d67be
+	rm -f ${DESTDIR}${bindir}/bind9-export-config
7d67be
+	ln ${DESTDIR}${bindir}/isc-export-config.sh ${DESTDIR}${bindir}/bind9-export-config
7d67be
+	${INSTALL_DATA} ${top_srcdir}/isc-config.sh.1 ${DESTDIR}${mandir}/man1/isc-export-config.sh.1
7d67be
+	rm -f ${DESTDIR}${mandir}/man1/bind9-export-config.1
7d67be
+	ln ${DESTDIR}${mandir}/man1/isc-export-config.sh.1 ${DESTDIR}${mandir}/man1/bind9-export-config.1
7d67be
 
7d67be
 uninstall::
7d67be
-	rm -f ${DESTDIR}${sysconfdir}/bind.keys
7d67be
-	rm -f ${DESTDIR}${mandir}/man1/bind9-config.1
7d67be
-	rm -f ${DESTDIR}${mandir}/man1/isc-config.sh.1
7d67be
-	rm -f ${DESTDIR}${bindir}/bind9-config
7d67be
-	rm -f ${DESTDIR}${bindir}/isc-config.sh
7d67be
+	rm -f ${DESTDIR}${mandir}/man1/bind9-export-config.1
7d67be
+	rm -f ${DESTDIR}${mandir}/man1/isc-export-config.sh.1
7d67be
+	rm -f ${DESTDIR}${bindir}/bind9-export-config
7d67be
+	rm -f ${DESTDIR}${bindir}/isc-export-config.sh
7d67be
 
7d67be
 tags:
7d67be
 	rm -f TAGS