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