1277177Srrs#	@(#)Makefile	8.1 (Berkeley) 6/9/93
2277177Srrs# $FreeBSD: stable/11/usr.sbin/pmcstudy/Makefile 352023 2019-09-07 20:01:26Z imp $
3277177Srrs
4277177SrrsPROG=	pmcstudy
5280697SrrsMAN=	pmcstudy.8
6277177SrrsSRCS= pmcstudy.c eval_expr.c
7352023SimpCFLAGS+= -Wall ${WERROR}
8277177Srrs
9277177SrrsBINDIR= /usr/bin
10277177Srrs
11277177Srrs.include <bsd.prog.mk>
12277177Srrs
13