6 lines
81 B
Makefile
6 lines
81 B
Makefile
|
PROG= udpstat
|
||
|
CPPFLAGS+= -I${MINIXSRCDIR}/servers
|
||
|
MAN=
|
||
|
|
||
|
.include <minix.prog.mk>
|