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