fxp: use new libnetdriver
Change-Id: I03268655a5daff3d109ae52e64673911ef096a3f
This commit is contained in:
parent
1ad10e3ae0
commit
96e62d65b6
2 changed files with 219 additions and 669 deletions
|
@ -6,7 +6,7 @@ FILES=$(PROG).conf
|
|||
FILESNAME=$(PROG)
|
||||
FILESDIR= /etc/system.conf.d
|
||||
|
||||
DPADD+= ${LIBNETDRIVER} ${LIBSYS} ${LIBTIMERS}
|
||||
LDADD+= -lnetdriver -lsys -ltimers
|
||||
DPADD+= ${LIBNETDRIVER} ${LIBSYS}
|
||||
LDADD+= -lnetdriver -lsys
|
||||
|
||||
.include <minix.service.mk>
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue