xref: /freebsd/usr.sbin/pmcstudy/Makefile (revision 2e5b60079b7d8c3ca68f1390cd90f305e651f8d3)
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