4d9bf2038f
may need some work, but at least now it will read properly. (gnn you are still on the hook to help out with this like you committed). Sponsored by: Netflix.
13 lines
176 B
Makefile
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>
|
|
|