LWIP fixed Makefile
This commit is contained in:
parent
72b7abd1a1
commit
199e9c1907
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ SRCS= lwip.c \
|
||||||
|
|
||||||
.PATH: ${.CURDIR}/generic
|
.PATH: ${.CURDIR}/generic
|
||||||
|
|
||||||
DPADD+= ${LIBCHARDRIVER} ${LIBSYS} ${LIBMINIXUTIL} ${LIBTIMERS} ${LIBLWIP}
|
DPADD+= ${LIBCHARDRIVER} ${LIBSYS} ${LIBTIMERS} ${LIBLWIP}
|
||||||
LDADD+= -lchardriver -lsys -lminixutil -ltimers -llwip
|
LDADD+= -lchardriver -lsys -ltimers -llwip
|
||||||
|
|
||||||
MAN=
|
MAN=
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue