1#	$OpenBSD: Makefile,v 1.1 2013/01/02 17:54:46 millert Exp $
2
3PROG=	ptyhog
4LDADD+= -lutil
5DPADD+= ${LIBUTIL}
6
7.include <bsd.regress.mk>
8