]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/pmcstudy/Makefile
MFC r344245:
[FreeBSD/stable/10.git] / usr.sbin / pmcstudy / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/9/93
2 # $FreeBSD$
3
4 PROG=   pmcstudy
5 MAN=    pmcstudy.8
6 SRCS= pmcstudy.c eval_expr.c
7 CFLAGS+= -Wall -Werror
8
9 BINDIR= /usr/bin
10
11 .include <bsd.prog.mk>
12