Remove building with NOCRYPTO option
[minix.git] / tests / sys / net / Makefile
blobf043cad5c209bdc35e05ec7c2c4322861e76bad2
1 # $NetBSD: Makefile,v 1.2 2014/12/03 08:14:26 ozaki-r Exp $
3 WARNS?=6
5 .include <bsd.own.mk>
7 TESTSDIR= ${TESTSBASE}/sys/net
8 CPPFLAGS+= -I${NETBSDSRCDIR}/sys -D_TEST
10 TESTS_C= t_print
12 .include <bsd.test.mk>