summaryrefslogtreecommitdiff
path: root/usr.bin/ts/Makefile
blob: 4a74927fceded548c2227a8971c74645caa8461d (plain)
1
2
3
4
5
6
7
.PATH:	${SRCTOP}/contrib/ts

PROG=	ts
SRCS=	ts.c
MAN=	ts.1

.include <bsd.prog.mk>