minix/drivers/rtl8169/Makefile

15 lines
227 B
Makefile
Raw Normal View History

# Makefile for the Realtek RTL8169 ethernet driver (RTL8169)
PROG= rtl8169
SRCS= rtl8169.c
DPADD+= ${LIBSYS} ${LIBTIMERS}
LDADD+= -lsys -ltimers
MAN=
BINDIR?= /usr/sbin
2010-04-02 00:22:33 +02:00
CPPFLAGS+= -I${MINIXSRCDIR}
.include <minix.prog.mk>