minix/commands/service/Makefile
2010-07-01 08:32:33 +00:00

10 lines
109 B
Makefile

# Makefile for service
PROG= service
BINDIR= /bin
MAN=
CPPFLAGS+= -I${MINIXSRCDIR}
.include <bsd.prog.mk>