Module Name: src
Committed By: christos
Date: Sun Apr 12 22:42:36 UTC 2009
Modified Files:
src/compat/external/lib: Makefile
Log Message:
build bind libs too
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/compat/external/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/compat/external/lib/Makefile
diff -u src/compat/external/lib/Makefile:1.1 src/compat/external/lib/Makefile:1.2
--- src/compat/external/lib/Makefile:1.1 Mon Jan 19 02:19:09 2009
+++ src/compat/external/lib/Makefile Sun Apr 12 18:42:36 2009
@@ -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 <bsd.subdir.mk>