2d9009b0ab
- Modified libnetsock/Makefile and servers/lwip/Makefile to include ipvX headers Signed-off-by: Tomas Hruby <tom@minix3.org>
11 lines
273 B
Makefile
11 lines
273 B
Makefile
LIB = lwip
|
|
|
|
CPPFLAGS += -I${.CURDIR}/include/ -I${.CURDIR}/include/ipv4 -I${.CURDIR}/include/ipv6 -D_SYSTEM
|
|
|
|
#.include "${.CURDIR}/api/Makefile.inc"
|
|
.include "${.CURDIR}/core/Makefile.inc"
|
|
.include "${.CURDIR}/netif/Makefile.inc"
|
|
|
|
SRCS += sys_arch.c
|
|
|
|
.include <bsd.lib.mk>
|