]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pmcstudy/Makefile
bhnd(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.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