3.1.7 branch.
[minix.git] / drivers / atl2 / Makefile
blob48f41908de0ab4a876f4815f75a8b524c008f3c1
1 # Makefile for the Attansic/Atheros L2 ethernet driver (ATL2)
2 PROG= atl2
3 SRCS= atl2.c
5 DPADD+= ${LIBNETDRIVER} ${LIBSYS}
6 LDADD+= -lnetdriver -lsys
8 MAN=
10 BINDIR?= /usr/sbin
12 .include <minix.prog.mk>