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