1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.1 2014/12/02 19:48:21 christos Exp $ 2*0a6a1f1dSLionel Sambuc# 3*0a6a1f1dSLionel SambucWARNS?=6 4*0a6a1f1dSLionel Sambuc.include <bsd.own.mk> 5*0a6a1f1dSLionel Sambuc 6*0a6a1f1dSLionel SambucTESTSDIR= ${TESTSBASE}/sys/netinet 7*0a6a1f1dSLionel SambucCPPFLAGS+= -I${NETBSDSRCDIR}/sys -D_TEST 8*0a6a1f1dSLionel Sambuc 9*0a6a1f1dSLionel SambucTESTS_C= t_print 10*0a6a1f1dSLionel Sambuc 11*0a6a1f1dSLionel Sambuc.include <bsd.test.mk> 12