xref: /openbsd/usr.bin/pctr/Makefile (revision 78b63d65)
1#	$OpenBSD: Makefile,v 1.5 2000/05/27 05:51:36 deraadt Exp $
2
3MAN=pctr.1
4MANSUBDIR=/i386
5
6.if ${MACHINE} == "i386"
7PROG=	pctr
8.else
9NOPROG=
10.endif
11
12.include <bsd.prog.mk>
13