NetBSD/external/bsd/Makefile
joerg d249112fae Update build glue for dhcpcd 4.0.0rc3 and move it to
src/external/dhcpcd.

Make dhcpcd quiet by default when run from rc.
2008-07-27 19:31:02 +00:00

12 lines
186 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/07/27 19:31:03 joerg Exp $
.include <bsd.own.mk>
SUBDIR+= dhcpcd
.if (${MKLDAP} != "no")
SUBDIR+= openldap
.endif
SUBDIR+= top
.include <bsd.subdir.mk>