12 lines
192 B
Makefile
12 lines
192 B
Makefile
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MKIMAGEONLY} == "no"
|
||
|
SUBDIR+= inet
|
||
|
|
||
|
. if ${MKLWIP} == "yes"
|
||
|
SUBDIR+= lwip
|
||
|
. endif # ${MKLWIP} == "yes"
|
||
|
.endif # ${MKIMAGEONLY} == "no"
|
||
|
|
||
|
.include <bsd.subdir.mk>
|