# Makefile for the hello driver.
PROG= hello
SRCS= hello.c
DPADD+= ${LIBCHARDRIVER} ${LIBSYS}
LDADD+= -lchardriver -lsys
.include <minix.service.mk>