Add openldap from Kurt Schreiner. Really, this should just contain:
.include "../../../external/lib/Makefile" but unfortunately we can't do this yet because we are missing: SUBDIR+= ../../crypto/external/lib SUBDIR+= ../bsd/fetch/lib SUBDIR+= ../bsd/libarchive/lib SUBDIR+= ../bsd/am-utils/lib Yelp!
This commit is contained in:
parent
fbe24c14b9
commit
393e163e85
8
compat/external/lib/Makefile
vendored
8
compat/external/lib/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2009/04/12 22:42:36 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2009/04/14 21:20:49 christos Exp $
|
||||
|
||||
#
|
||||
# This Makefile exists to provide a single point to build
|
||||
@ -12,6 +12,12 @@
|
||||
SUBDIR+= ../bsd/atf/lib
|
||||
.endif
|
||||
|
||||
.if (${MKCRYPTO} != "no")
|
||||
.if (${MKLDAP} != "no")
|
||||
SUBDIR+= ../bsd/openldap/lib
|
||||
.endif
|
||||
.endif
|
||||
|
||||
SUBDIR+= ../bsd/bind/lib
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user