minix/drivers/orinoco/Makefile
Thomas Veerman f93afa00e9 Remove MINIXSRCDIR and use NETBSDSRCDIR
NETBSDSRCDIR is used all over the place anyway, and this reduces
our diff with NetBSD a little.
2012-06-18 10:53:35 +00:00

15 lines
274 B
Makefile

# Makefile for the Orinoco wireless card (Prism chipset)
PROG= orinoco
SRCS= orinoco.c hermes.c
DPADD+= ${LIBNETDRIVER} ${LIBSYS} ${LIBTIMERS}
LDADD+= -lnetdriver -lsys -ltimers
MAN=
BINDIR?= /usr/sbin
CPPFLAGS.orinoco.c+= -I${NETBSDSRCDIR}
.include <minix.service.mk>