1
2PROG=	tcpp
3INCS=	tcpp.h
4MAN=
5SRCS=	tcpp.c tcpp_client.c tcpp_server.c tcpp_util.c
6WARNS?=	3
7
8.include <bsd.prog.mk>
9