Drop main() prototype. Syncs with NetBSD-8
[minix.git] / minix / drivers / examples / hello / Makefile
blob4badb39fd57cda76027396c46266629afdf1feab
1 # Makefile for the hello driver.
2 PROG= hello
3 SRCS= hello.c
5 FILES=${PROG}.conf
6 FILESNAME=${PROG}
7 FILESDIR= /etc/system.conf.d
9 DPADD+= ${LIBCHARDRIVER} ${LIBSYS}
10 LDADD+= -lchardriver -lsys
12 .include <minix.service.mk>