xref: /minix/minix/net/Makefile (revision 0a6a1f1d)
1.include <bsd.own.mk>
2
3.if ${MKIMAGEONLY} == "no"
4SUBDIR+=	inet
5
6.  if ${MKLWIP} == "yes"
7SUBDIR+=	lwip
8.  endif # ${MKLWIP} == "yes"
9
10SUBDIR+=	uds
11.endif # ${MKIMAGEONLY} == "no"
12
13.include <bsd.subdir.mk>
14