Home | History | Annotate | Line # | Download | only in netatalk
      1  1.3     lukem # $NetBSD: Makefile,v 1.3 2023/06/03 09:09:16 lukem Exp $
      2  1.1  christos #
      3  1.1  christos WARNS?=6
      4  1.1  christos 
      5  1.1  christos .include <bsd.own.mk>
      6  1.1  christos 
      7  1.1  christos TESTSDIR=	${TESTSBASE}/sys/netatalk
      8  1.1  christos CPPFLAGS+=	-I${NETBSDSRCDIR}/sys -D_TEST
      9  1.1  christos 
     10  1.1  christos TESTS_C=	t_print
     11  1.1  christos 
     12  1.3     lukem COPTS.t_print.c+=	${CC_WNO_FORMAT_TRUNCATION}
     13  1.2       mrg 
     14  1.1  christos .include <bsd.test.mk>
     15