freebsd-dev/usr.sbin/pmcstudy/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
178 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>