1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.sbin/pmcstudy/Makefile

13 lines
176 B
Makefile
Raw Normal View History

# @(#)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>