rrs b7fe65a270 MFC of r280697 and r280698
Sponsored by:	Netflix Inc.
2015-04-07 21:05:52 +00:00

13 lines
176 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/9/93
# $FreeBSD$
PROG= pmcstudy
MAN= pmcstudy.8
SRCS= pmcstudy.c eval_expr.c
CFLAGS+= -Wall -Werror
BINDIR= /usr/bin
.include <bsd.prog.mk>