c0c8d25799
Makes things easier for pkgsrc
14 lines
268 B
Makefile
14 lines
268 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${MINIXSRCDIR}
|
|
|
|
.include <bsd.prog.mk>
|