xref: /netbsd-src/tests/net/sys/Makefile (revision 56b331c00017b2f35a8fd01260358f2da0a78350)
1# $NetBSD: Makefile,v 1.5 2011/11/05 18:19:02 jruoho 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