3.1.7 branch.
[minix.git] / drivers / dec21140A / Makefile
blob75824a41ee45392276eed33c26a91b7bc16439f9
1 ##
2 ## Makefile for Dec21140A ethernet board driver
3 ##
4 PROG= dec21140A
5 SRCS= dec21140A.c
7 DPADD+= ${LIBNETDRIVER} ${LIBSYS}
8 LDADD+= -lnetdriver -lsys
10 MAN=
12 BINDIR?= /usr/sbin
14 debug= 0
15 CPPFLAGS+= -Ddebug=${debug} -ws -w -Wall
17 .include <minix.prog.mk>