Fri Sep 19 21:41:51 2008 UTC ()
Hook am-utils


(christos)
diff -r1.4 -r1.5 src/external/bsd/Makefile

cvs diff -r1.4 -r1.5 src/external/bsd/Makefile (expand / switch to unified diff)

--- src/external/bsd/Makefile 2008/08/24 05:47:05 1.4
+++ src/external/bsd/Makefile 2008/09/19 21:41:51 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4 2008/08/24 05:47:05 gmcgarry Exp $ 1# $NetBSD: Makefile,v 1.5 2008/09/19 21:41:51 christos Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5SUBDIR+= dhcpcd 5SUBDIR+= am-utils dhcpcd
6.if (${MKLDAP} != "no") 6.if (${MKLDAP} != "no")
7SUBDIR+= openldap 7SUBDIR+= openldap
8.endif 8.endif
9.if (${MKPCC} != "no") 9.if (${MKPCC} != "no")
10SUBDIR+= pcc 10SUBDIR+= pcc
11.endif 11.endif
12SUBDIR+= top 12SUBDIR+= top
13 13
14.include <bsd.subdir.mk> 14.include <bsd.subdir.mk>