xref: /openbsd/usr.bin/pctr/Makefile (revision a6445c1d)
1#	$OpenBSD: Makefile,v 1.8 2012/09/12 09:19:54 haesbaert Exp $
2
3MAN=pctr.1
4
5CFLAGS+=-W -Wall -Werror
6CDIAGFLAGS=
7
8.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
9PROG=	pctr
10.else
11NOPROG=
12.endif
13
14.include <bsd.prog.mk>
15