Home | History | Annotate | Line # | Download | only in netatalk
Makefile revision 1.2
      1  1.2       mrg # $NetBSD: Makefile,v 1.2 2021/04/12 02:54:08 mrg 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.2       mrg COPTS.t_print.c+=	${GCC_NO_FORMAT_TRUNCATION}
     13  1.2       mrg 
     14  1.1  christos .include <bsd.test.mk>
     15