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