minix/commands/postmort/Makefile

6 lines
99 B
Makefile
Raw Normal View History

PROG= postmort
CPPFLAGS+= -I${MINIXSRCDIR} -I${MINIXSRCDIR}/servers
MAN=
.include <minix.prog.mk>