1# $NetBSD: Makefile,v 1.4 2011/11/04 02:23:39 christos Exp $
2
3# NOTE: please add all syscall-tests to tests/lib/libc/sys.
4
5.include <bsd.own.mk>
6
7TESTSDIR=	${TESTSBASE}/net/sys
8
9TESTS_C+=	t_rfc6056
10
11.include <bsd.test.mk>
12