freebsd-dev/lib/libc/tests/termios/Makefile

14 lines
192 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.mk>
PACKAGE= tests
FILESGROUPS= TESTS
TESTSPACKAGE= ${PACKAGE}
NETBSD_ATF_TESTS_C= tcsetpgrp_test
.include "../Makefile.netbsd-tests"
.include <bsd.test.mk>