diff options
author | 2003-11-20 08:00:29 +0000 | |
---|---|---|
committer | 2003-11-20 08:00:29 +0000 | |
commit | 46633be847cb2db21e558e1e7caddbf8d7c372eb (patch) | |
tree | 96abded8481711a90bad75e4bfd53d8d4cd1f253 | |
parent | temporary fix for distclean & lib/bind (diff) | |
download | wireguard-openbsd-46633be847cb2db21e558e1e7caddbf8d7c372eb.tar.xz wireguard-openbsd-46633be847cb2db21e558e1e7caddbf8d7c372eb.zip |
reenable build of dnssec programs, used for testing
-rw-r--r-- | usr.sbin/bind/bin/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bind/bin/Makefile.in b/usr.sbin/bind/bin/Makefile.in index bf213a2cbc2..f16c4f5d9af 100644 --- a/usr.sbin/bind/bin/Makefile.in +++ b/usr.sbin/bind/bin/Makefile.in @@ -19,7 +19,7 @@ srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ -SUBDIRS = named rndc dig tests nsupdate check +SUBDIRS = named rndc dig dnssec tests nsupdate check TARGETS = @BIND9_MAKE_RULES@ |