1# $OpenBSD: Makefile,v 1.2 2020/08/13 12:37:16 schwarze Exp $ 2 3PROG= kstat 4SRCS= kstat.c 5WARNINGS=Yes 6DEBUG=-g 7 8.include <bsd.prog.mk> 9