summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcstudy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pmcstudy/Makefile')
-rw-r--r--usr.sbin/pmcstudy/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/pmcstudy/Makefile b/usr.sbin/pmcstudy/Makefile
new file mode 100644
index 0000000..87a6d66
--- /dev/null
+++ b/usr.sbin/pmcstudy/Makefile
@@ -0,0 +1,11 @@
+# @(#)Makefile 8.1 (Berkeley) 6/9/93
+# $FreeBSD$
+
+PROG= pmcstudy
+SRCS= pmcstudy.c eval_expr.c
+CFLAGS+= -Wall -Werror
+
+BINDIR= /usr/bin
+
+.include <bsd.prog.mk>
+
OpenPOWER on IntegriCloud