Improve the process for GNU tools
[minix3.git] / minix / net / Makefile
blob223f74188a9cb0f15170e6f1e6f51c18997c2fb4
1 .include <bsd.own.mk>
3 .if ${MKIMAGEONLY} == "no"
4 SUBDIR+= inet
6 . if ${MKLWIP} == "yes"
7 SUBDIR+= lwip
8 . endif # ${MKLWIP} == "yes"
10 SUBDIR+= uds
11 .endif # ${MKIMAGEONLY} == "no"
13 .include <bsd.subdir.mk>