xref: /minix3/minix/net/Makefile (revision ef8d499e2d2af900e9b2ab297171d7b088652482)
1.include <bsd.own.mk>
2
3.if ${MKIMAGEONLY} == "no"
4SUBDIR+=	lwip
5SUBDIR+=	uds
6.endif # ${MKIMAGEONLY} == "no"
7
8.include <bsd.subdir.mk>
9