
This commit (temporarily) leaves MINIX 3 without a TCP/IP service. Thanks go out to Philip Homburg for providing this TCP/IP stack in the first place. It has served MINIX well for a long time. Change-Id: I0e3eb6fe64204081e4e3c2b9d6e6bd642f121973
8 lines
121 B
Makefile
8 lines
121 B
Makefile
.include <bsd.own.mk>
|
|
|
|
.if ${MKIMAGEONLY} == "no"
|
|
SUBDIR+= uds
|
|
.endif # ${MKIMAGEONLY} == "no"
|
|
|
|
.include <bsd.subdir.mk>
|