5 lines
74 B
Makefile
5 lines
74 B
Makefile
PROG= dumpcore
|
|
CPPFLAGS+= -I${MINIXSRCDIR}
|
|
MAN=
|
|
|
|
.include <minix.prog.mk>
|