xref: /freebsd/usr.sbin/pmcstudy/Makefile (revision 65b351483fd71cf06187f4437606c57fe0769809)
1d95b3509SRandall Stewart#	@(#)Makefile	8.1 (Berkeley) 6/9/93
2d95b3509SRandall Stewart# $FreeBSD$
3d95b3509SRandall Stewart
4d95b3509SRandall StewartPROG=	pmcstudy
54d9bf203SRandall StewartMAN=	pmcstudy.8
6d95b3509SRandall StewartSRCS= pmcstudy.c eval_expr.c
7*65b35148SWarner LoshCFLAGS+= -Wall ${WERROR}
8d95b3509SRandall Stewart
9d95b3509SRandall StewartBINDIR= /usr/bin
10d95b3509SRandall Stewart
11d95b3509SRandall Stewart.include <bsd.prog.mk>
12d95b3509SRandall Stewart
13