NetBSD/external/bsd/Makefile

15 lines
232 B
Makefile
Raw Normal View History

2008-08-24 09:47:05 +04:00
# $NetBSD: Makefile,v 1.4 2008/08/24 05:47:05 gmcgarry Exp $
2008-05-22 18:02:24 +04:00
.include <bsd.own.mk>
SUBDIR+= dhcpcd
2008-05-22 18:02:24 +04:00
.if (${MKLDAP} != "no")
SUBDIR+= openldap
.endif
2008-08-24 09:47:05 +04:00
.if (${MKPCC} != "no")
SUBDIR+= pcc
.endif
2008-07-16 04:41:50 +04:00
SUBDIR+= top
2008-05-22 18:02:24 +04:00
.include <bsd.subdir.mk>