1# $NetBSD: Makefile,v 1.2 2019/10/13 07:28:09 mrg Exp $ 2 3BASE= ${.CURDIR:T} 4 5.include "${.CURDIR}/../Makefile.inc" 6 7COPTS.discover.c+= ${GCC_NO_STRINGOP_TRUNCATION} 8 9.include <bsd.prog.mk> 10
1# $NetBSD: Makefile,v 1.2 2019/10/13 07:28:09 mrg Exp $ 2 3BASE= ${.CURDIR:T} 4 5.include "${.CURDIR}/../Makefile.inc" 6 7COPTS.discover.c+= ${GCC_NO_STRINGOP_TRUNCATION} 8 9.include <bsd.prog.mk> 10