[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / sys / net

Annotation of src/tests/sys/net/Makefile, Revision 1.2

1.2     ! ozaki-r     1: # $NetBSD: Makefile,v 1.1 2014/12/02 19:48:21 christos Exp $
1.1       christos    2: #
                      3: WARNS?=6
                      4:
                      5: .include <bsd.own.mk>
                      6:
1.2     ! ozaki-r     7: TESTSDIR=      ${TESTSBASE}/sys/net
1.1       christos    8: CPPFLAGS+=     -I${NETBSDSRCDIR}/sys -D_TEST
                      9:
                     10: TESTS_C=       t_print
                     11:
                     12: .include <bsd.test.mk>

CVSweb <webmaster@jp.NetBSD.org>