minix/drivers/dec21140A/Makefile

18 lines
226 B
Makefile
Raw Normal View History

##
## Makefile for Dec21140A ethernet board driver
##
PROG= dec21140A
SRCS= dec21140A.c
DPADD+= ${LIBSYS}
LDADD+= -lsys
MAN=
BINDIR?= /usr/sbin
debug= 0
CPPFLAGS+= -Ddebug=${debug} -ws -w -Wall
.include <minix.prog.mk>