f93afa00e9
NETBSDSRCDIR is used all over the place anyway, and this reduces our diff with NetBSD a little.
12 lines
226 B
Makefile
12 lines
226 B
Makefile
# Makefile for service
|
|
PROGS= service printconfig
|
|
SRCS.service=service.c parse.c util.c
|
|
SRCS.printconfig=print.c parse.c util.c
|
|
|
|
BINDIR= /bin
|
|
MAN.service=
|
|
MAN.printconfig=
|
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}
|
|
|
|
.include <bsd.prog.mk>
|