minix/drivers/orinoco/Makefile

13 lines
203 B
Makefile
Raw Normal View History

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