minix/commands/postmort/Makefile
Arun Thomas c0c8d25799 Rename mkfiles from minix.*.mk to bsd.*.mk
Makes things easier for pkgsrc
2010-06-25 18:29:09 +00:00

6 lines
97 B
Makefile

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