Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / test / stress / stress2 / testcases / pty / Makefile
1 # $FreeBSD$
2
3 PROG=   pty
4 LDADD=  -lutil
5 DPADD=  ${LIBUTIL}
6
7 .include <bsd.prog.mk>