cd55a396b9
pdnsd is a proxy dns server with permanent caching (the cache contents are written to hard disk on exit) that is designed to cope with unreachable or down dns servers (for example in dial-in networking). original port by dlg@ and robert@, banged into shape by me. not hooked to the builds as this needs further testing/tweaking
14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
$OpenBSD: patch-pdns_Makefile_in,v 1.1.1.1 2008/10/02 18:40:41 jasper Exp $
|
|
--- pdns/Makefile.in.orig Mon Sep 22 12:46:55 2008
|
|
+++ pdns/Makefile.in Mon Sep 22 12:50:20 2008
|
|
@@ -1042,8 +1042,7 @@ info-am:
|
|
|
|
install-data-am:
|
|
|
|
-install-exec-am: install-binPROGRAMS install-sbinPROGRAMS \
|
|
- install-sysconfDATA
|
|
+install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
|
|
|
|
install-info: install-info-recursive
|
|
|