minix/drivers/lance/Makefile
2011-07-09 15:04:42 +02:00

13 lines
170 B
Makefile

# Makefile for Lance driver
PROG= lance
SRCS= lance.c
DPADD+= ${LIBNETDRIVER} ${LIBSYS}
LDADD+= -lnetdriver -lsys
MAN=
BINDIR?= /usr/sbin
.include <minix.service.mk>