11 lines
173 B
Makefile
11 lines
173 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/07/16 00:41:50 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if (${MKLDAP} != "no")
|
|
SUBDIR+= openldap
|
|
.endif
|
|
SUBDIR+= top
|
|
|
|
.include <bsd.subdir.mk>
|