xref: /freebsd/usr.sbin/pmcstudy/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1d95b3509SRandall StewartPROG=	pmcstudy
24d9bf203SRandall StewartMAN=	pmcstudy.8
3d95b3509SRandall StewartSRCS= pmcstudy.c eval_expr.c
4*65b35148SWarner LoshCFLAGS+= -Wall ${WERROR}
5d95b3509SRandall Stewart
6d95b3509SRandall StewartBINDIR= /usr/bin
7d95b3509SRandall Stewart
8d95b3509SRandall Stewart.include <bsd.prog.mk>
9d95b3509SRandall Stewart
10