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