minix/drivers/dpeth/Makefile
Arun Thomas 436d6012a3 Convert drivers/ and servers/ over to bsdmake
-Move libdriver to lib/
-Install all boot image services on filesystem to aid restartability
2010-03-22 21:25:22 +00:00

18 lines
264 B
Makefile

##
## Makefile for ISA ethernet drivers May 02, 2000
##
PROG= dpeth
SRCS= 3c501.c 3c509.c 3c503.c ne.c wd.c 8390.c devio.c netbuff.c dp.c
DPADD+= ${LIBSYS}
LDADD+= -lsys
MAN=
BINDIR?= /usr/sbin
debug= 0
CPPFLAGS+= -Ddebug=$(debug)
.include <minix.prog.mk>