2009-12-30 23:42:44 +01:00
|
|
|
# Makefile for the Attansic/Atheros L2 ethernet driver (ATL2)
|
2010-03-22 22:25:22 +01:00
|
|
|
PROG= atl2
|
|
|
|
SRCS= atl2.c
|
2009-12-30 23:42:44 +01:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
DPADD+= ${LIBSYS}
|
|
|
|
LDADD+= -lsys
|
2009-12-30 23:42:44 +01:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
MAN=
|
2009-12-30 23:42:44 +01:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
BINDIR?= /usr/sbin
|
2009-12-30 23:42:44 +01:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
.include <minix.prog.mk>
|