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