summaryrefslogtreecommitdiff
path: root/minix/drivers/examples/hello/Makefile
blob: 4badb39fd57cda76027396c46266629afdf1feab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Makefile for the hello driver.
PROG=	hello
SRCS=	hello.c

FILES=${PROG}.conf
FILESNAME=${PROG}
FILESDIR= /etc/system.conf.d

DPADD+=	${LIBCHARDRIVER} ${LIBSYS}
LDADD+=	-lchardriver -lsys

.include <minix.service.mk>