minix/drivers/hello/Makefile
2011-07-09 15:04:42 +02:00

13 lines
169 B
Makefile

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