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