NetBSD/tests/lib/libc/termios/Makefile

15 lines
214 B
Makefile

# $NetBSD: Makefile,v 1.1 2011/05/01 11:39:38 jruoho Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/lib/libc/termios
TESTS_C+= t_tcsetpgrp
WARNS= 4
MKMAN= no
BINDIR= ${TESTSDIR}
.include <bsd.test.mk>