3.1.7 branch.
[minix.git] / drivers / rtl8169 / Makefile
blob04051400ef8b30a5132d9a638d36e70129b11e33
1 # Makefile for the Realtek RTL8169 ethernet driver (RTL8169)
2 PROG= rtl8169
3 SRCS= rtl8169.c
5 DPADD+= ${LIBNETDRIVER} ${LIBSYS} ${LIBTIMERS}
6 LDADD+= -lnetdriver -lsys -ltimers
8 MAN=
10 BINDIR?= /usr/sbin
12 CPPFLAGS+= -I${MINIXSRCDIR}
14 .include <minix.prog.mk>