commit a4a41b9023ef5b3a7c4a1cd82fb167fc63e706df Author: goldsimon <goldsimon@gmx.de> Date: Wed Sep 26 21:50:42 2012 +0200 - This also brings in LwIP's IPv6 codebase Signed-off-by: Tomas Hruby <tom@minix3.org>
13 lines
295 B
Makefile
13 lines
295 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>
|
|
.include <bsd.own.mk>
|