From 2314898e6082821ea1d5266fbe29f4048ef74886 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 12 Apr 2009 22:42:36 +0000 Subject: [PATCH] build bind libs too --- compat/external/lib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compat/external/lib/Makefile b/compat/external/lib/Makefile index 9d530469a404..3ef06cfceeb2 100644 --- a/compat/external/lib/Makefile +++ b/compat/external/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2009/01/19 07:19:09 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2009/04/12 22:42:36 christos Exp $ # # This Makefile exists to provide a single point to build @@ -12,4 +12,6 @@ SUBDIR+= ../bsd/atf/lib .endif +SUBDIR+= ../bsd/bind/lib + .include