minix/drivers/atl2/Makefile
2011-07-09 15:04:42 +02:00

13 lines
202 B
Makefile

# Makefile for the Attansic/Atheros L2 ethernet driver (ATL2)
PROG= atl2
SRCS= atl2.c
DPADD+= ${LIBNETDRIVER} ${LIBSYS}
LDADD+= -lnetdriver -lsys
MAN=
BINDIR?= /usr/sbin
.include <minix.service.mk>