summaryrefslogtreecommitdiff
path: root/minix/net/Makefile
blob: 9de770739ce87cd4264e91454eb4474feb37aa8c (plain)
1
2
3
4
5
6
7
8
.include <bsd.own.mk>

.if ${MKIMAGEONLY} == "no"
SUBDIR+=	lwip
SUBDIR+=	uds
.endif # ${MKIMAGEONLY} == "no"

.include <bsd.subdir.mk>