Makefile to build various external/*/*/lib "early" in the build.

This commit is contained in:
lukem 2008-05-22 14:12:21 +00:00
parent 1b6b1060cc
commit 20758608e1
1 changed files with 15 additions and 0 deletions

15
external/lib/Makefile vendored Normal file
View File

@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.1 2008/05/22 14:12:21 lukem Exp $
#
# This Makefile exists to provide a single point to build
# all libraries provided by external packages that may
# be used by other applications in the system.
#
.include <bsd.own.mk>
.if (${MKLDAP} != "no")
SUBDIR+= ../bsd/openldap/lib
.endif
.include <bsd.subdir.mk>