xref: /minix/minix/drivers/examples/hello/Makefile (revision 7f5f010b)
1# Makefile for the hello driver.
2PROG=	hello
3SRCS=	hello.c
4
5DPADD+=	${LIBCHARDRIVER} ${LIBSYS}
6LDADD+=	-lchardriver -lsys
7
8.include <minix.service.mk>
9