mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
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.
12 lines
176 B
Makefile
12 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>
|
|
|