mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 05:50:56 -04:00
16 lines
510 B
Plaintext
16 lines
510 B
Plaintext
$NetBSD: patch-bin_tests_system_Makefile.in,v 1.2 2014/10/14 16:23:19 taca Exp $
|
|
|
|
Build fix for DragonFly while linking of driver.so.
|
|
|
|
--- bin/tests/system/Makefile.in.orig 2014-09-16 19:27:15.000000000 +0000
|
|
+++ bin/tests/system/Makefile.in
|
|
@@ -21,7 +21,7 @@ top_srcdir = @top_srcdir@
|
|
|
|
@BIND9_MAKE_INCLUDES@
|
|
|
|
-SUBDIRS = builtin dlzexternal filter-aaaa geoip lwresd rpz rsabigexponent tkey tsiggss
|
|
+SUBDIRS = builtin filter-aaaa geoip lwresd rpz rsabigexponent tkey tsiggss
|
|
TARGETS =
|
|
|
|
@BIND9_MAKE_RULES@
|