11.35Ssimonb# $NetBSD: Makefile,v 1.35 2021/04/02 06:28:55 simonb Exp $ 21.14Scgd# @(#)Makefile 8.1 (Berkeley) 6/6/93 31.1Scgd 41.28Schristos.include <bsd.own.mk> 51.1ScgdPROG= vmstat 61.15Sthorpej 71.28SchristosCPPFLAGS+=-D_KMEMUSER -I${NETBSDSRCDIR}/sys 81.23SblymnSRCS= drvstats.c vmstat.c 91.20SwizMAN= vmstat.1 101.15SthorpejDPADD= ${LIBKVM} 111.15SthorpejLDADD= -lkvm 121.1Scgd 131.29SjoergCWARNFLAGS.clang+= -Wno-format-extra-args 141.32SjoergCOPTS.vmstat.c += -Wno-format-nonliteral 151.29Sjoerg 161.33Schristos# sparc64 is broken! 171.33SchristosCOPTS.vmstat.c += -Wno-error=stack-protector 181.33Schristos 191.1Scgd.include <bsd.prog.mk> 20