[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / pctr

Annotation of src/usr.bin/pctr/Makefile, Revision 1.7

1.7     ! deraadt     1: #      $OpenBSD: Makefile,v 1.6 2003/07/19 00:03:52 david Exp $
1.1       dm          2:
1.5       deraadt     3: MAN=pctr.1
                      4:
1.7     ! deraadt     5: CFLAGS+=-W -Wall -Werror
        !             6:
        !             7: .if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
1.1       dm          8: PROG=  pctr
1.5       deraadt     9: .else
                     10: NOPROG=
                     11: .endif
1.1       dm         12:
                     13: .include <bsd.prog.mk>