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