c0c8d25799
Makes things easier for pkgsrc
12 lines
164 B
Makefile
12 lines
164 B
Makefile
# Makefile for the hello driver.
|
|
PROG= hello
|
|
SRCS= hello.c
|
|
|
|
DPADD+= ${LIBDRIVER} ${LIBSYS}
|
|
LDADD+= -ldriver -lsys
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
.include <bsd.prog.mk>
|