sbin/newfs_msdos: sync with NetBSD-8
[minix3.git] / minix / drivers / net / dpeth / Makefile
blob7416e8998bf1662db39671ae453833386825ea46
1 # Makefile for ISA ethernet drivers May 02, 2000
2 PROG= dpeth
3 SRCS= 3c501.c 3c509.c 3c503.c ne.c wd.c 8390.c devio.c netbuff.c dp.c
5 FILES=${PROG}.conf
6 FILESNAME=${PROG}
7 FILESDIR= /etc/system.conf.d
9 DPADD+= ${LIBNETDRIVER} ${LIBSYS}
10 LDADD+= -lnetdriver -lsys
12 CPPFLAGS+= -DVERBOSE=0
14 WARNS?= 5
16 .include <minix.service.mk>