diff options
Diffstat (limited to 'usr.bin/pctr/Makefile')
-rw-r--r-- | usr.bin/pctr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/pctr/Makefile b/usr.bin/pctr/Makefile index 2112272a5a2..d5c8aa14ecd 100644 --- a/usr.bin/pctr/Makefile +++ b/usr.bin/pctr/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2007/10/17 02:30:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2012/09/12 09:19:54 haesbaert Exp $ MAN=pctr.1 CFLAGS+=-W -Wall -Werror +CDIAGFLAGS= .if ${MACHINE} == "amd64" || ${MACHINE} == "i386" PROG= pctr |