diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-20 21:19:59 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-20 21:19:59 +0000 |
commit | af166110b67f350519bbb59a770e51c3b10432af (patch) | |
tree | 2578b636e8e3a5bfeb781d69ca368dc24d94ab72 | |
parent | dcaedb23a762cacc9125d2056adca98bbec67e16 (diff) |
skip dnssec programs
-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 f16c4f5d9af..bf213a2cbc2 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 dnssec tests nsupdate check +SUBDIRS = named rndc dig tests nsupdate check TARGETS = @BIND9_MAKE_RULES@ |