Home | History | Annotate | Line # | Download | only in vmstat
      1  1.35    simonb #	$NetBSD: Makefile,v 1.35 2021/04/02 06:28:55 simonb Exp $
      2  1.14       cgd #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3   1.1       cgd 
      4  1.28  christos .include <bsd.own.mk>
      5   1.1       cgd PROG=	vmstat
      6  1.15   thorpej 
      7  1.28  christos CPPFLAGS+=-D_KMEMUSER -I${NETBSDSRCDIR}/sys
      8  1.23     blymn SRCS=	drvstats.c vmstat.c
      9  1.20       wiz MAN=	vmstat.1
     10  1.15   thorpej DPADD=	${LIBKVM}
     11  1.15   thorpej LDADD=	-lkvm
     12   1.1       cgd 
     13  1.29     joerg CWARNFLAGS.clang+=	-Wno-format-extra-args
     14  1.32     joerg COPTS.vmstat.c += -Wno-format-nonliteral
     15  1.29     joerg 
     16  1.33  christos # sparc64 is broken!
     17  1.33  christos COPTS.vmstat.c += -Wno-error=stack-protector
     18  1.33  christos 
     19   1.1       cgd .include <bsd.prog.mk>
     20