436d6012a3
-Move libdriver to lib/ -Install all boot image services on filesystem to aid restartability
12 lines
171 B
Makefile
12 lines
171 B
Makefile
# Makefile for the Attansic/Atheros L2 ethernet driver (ATL2)
|
|
PROG= atl2
|
|
SRCS= atl2.c
|
|
|
|
DPADD+= ${LIBSYS}
|
|
LDADD+= -lsys
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
.include <minix.prog.mk>
|