Remove building with NOCRYPTO option
[minix.git] / tests / sys / netinet / Makefile
blob6ef518fab7f38e74cda716b1156090824a8f5fc8
1 # $NetBSD: Makefile,v 1.1 2014/12/02 19:48:21 christos Exp $
3 WARNS?=6
4 .include <bsd.own.mk>
6 TESTSDIR= ${TESTSBASE}/sys/netinet
7 CPPFLAGS+= -I${NETBSDSRCDIR}/sys -D_TEST
9 TESTS_C= t_print
11 .include <bsd.test.mk>