minix3/net/Makefile

12 lines
192 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
.include <bsd.own.mk>
.if ${MKIMAGEONLY} == "no"
SUBDIR+= inet
. if ${MKLWIP} == "yes"
SUBDIR+= lwip
. endif # ${MKLWIP} == "yes"
.endif # ${MKIMAGEONLY} == "no"
.include <bsd.subdir.mk>