summaryrefslogtreecommitdiff
path: root/tests/kernel/tty/Makefile
blob: 2c4a812afca4810a05bf65738a659e80c1483e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.4 2020/03/01 18:08:15 christos Exp $

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/kernel/tty

TESTS_C=	t_pr

CPPFLAGS+=	-D_KERNTYPES
LDADD+=		-lrumpkern_tty ${LIBRUMPBASE}

.include <bsd.test.mk>