sprofalyze fixes
[minix.git] / drivers / atl2 / Makefile
blob22d8d492f7e9b246342854c761cdaa58f2cb3768
1 # Makefile for the Attansic/Atheros L2 ethernet driver (ATL2)
2 PROG= atl2
3 SRCS= atl2.c
5 FILES=$(PROG).conf
6 FILESNAME=$(PROG)
7 FILESDIR= /etc/system.conf.d
9 DPADD+= ${LIBNETDRIVER} ${LIBSYS}
10 LDADD+= -lnetdriver -lsys
12 MAN=
14 BINDIR?= /usr/sbin
16 .include <minix.service.mk>