minix/drivers/rtl8139/Makefile

15 lines
240 B
Makefile
Raw Normal View History

# Makefile for the Realtek RTL8139 ethernet driver (RTL8139)
PROG= rtl8139
SRCS= rtl8139.c liveupdate.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>