diff options
author | flz <flz@FreeBSD.org> | 2005-07-14 03:24:35 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-07-14 03:24:35 +0800 |
commit | 8cc413cd5f884c56b951c5a21283f9153cf5f633 (patch) | |
tree | 4e3f272f375516cd11f9749462e1b061706ab0e7 /dns/Makefile | |
parent | c12c92587f48b870486c2b2d8a6573a74d1aaabb (diff) | |
download | freebsd-ports-gnome-8cc413cd5f884c56b951c5a21283f9153cf5f633.tar.gz freebsd-ports-gnome-8cc413cd5f884c56b951c5a21283f9153cf5f633.tar.zst freebsd-ports-gnome-8cc413cd5f884c56b951c5a21283f9153cf5f633.zip |
- Add bin9-sdb-ldap, a patched bind9 version to use with an LDAP based backend.
PR: ports/62840
Submitted by: Hugo Meiland <hugo@meiland.nl>
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 62bc707a3f2f..2ce0b1109069 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -9,6 +9,7 @@ SUBDIR += bind84 SUBDIR += bind9 SUBDIR += bind9-dlz + SUBDIR += bind9-sdb-ldap SUBDIR += checkdns SUBDIR += crossip SUBDIR += ddclient |