xref: /freebsd/usr.sbin/pmcstudy/Makefile (revision 4ddbe5ac37b907100856114354f29b92e8d8155c)
1#	@(#)Makefile	8.1 (Berkeley) 6/9/93
2# $FreeBSD$
3
4PROG=	pmcstudy
5SRCS= pmcstudy.c eval_expr.c
6CFLAGS+= -Wall -Werror
7
8BINDIR= /usr/bin
9
10.include <bsd.prog.mk>
11
12