12 lines
220 B
Makefile
12 lines
220 B
Makefile
|
# $NetBSD: Makefile,v 1.5 2011/11/05 18:19:02 jruoho Exp $
|
||
|
|
||
|
# NOTE: please add all syscall-tests to tests/lib/libc/sys.
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
TESTSDIR= ${TESTSBASE}/net/sys
|
||
|
|
||
|
TESTS_C+= t_rfc6056
|
||
|
|
||
|
.include <bsd.test.mk>
|