# Makefile for Lance driver PROG= lance SRCS= lance.c DPADD+= ${LIBSYS} LDADD+= -lsys MAN= BINDIR?= /usr/sbin .include