summaryrefslogtreecommitdiffstats
path: root/lib/libc/tests/ttyio/Makefile
blob: a1f320d6fd4d03a52b0ca75c6f95bd96491ba7fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/lib/libc/ttyio

# TODO: ptm_test
NETBSD_ATF_TESTS_C=	ttyio_test

DPADD.ttyio_test+=	${LIBUTIL}
LDADD.ttyio_test+=	-lutil

.include "../Makefile.netbsd-tests"

.include <bsd.test.mk>
OpenPOWER on IntegriCloud