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