f93afa00e9
NETBSDSRCDIR is used all over the place anyway, and this reduces our diff with NetBSD a little.
14 lines
274 B
Makefile
14 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>
|