Files
minix/commands/service/Makefile
T

10 lines
109 B
Makefile

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