summaryrefslogtreecommitdiff
path: root/usr.sbin/pfm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pfm/Makefile')
-rw-r--r--usr.sbin/pfm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/pfm/Makefile b/usr.sbin/pfm/Makefile
new file mode 100644
index 00000000000..971939c08d1
--- /dev/null
+++ b/usr.sbin/pfm/Makefile
@@ -0,0 +1,8 @@
+#
+# $OpenBSD: Makefile,v 1.1 2001/06/24 20:18:12 kjell Exp $
+
+PROG = pfm
+SRCS = pfm.c pfm_parser.c
+MAN=
+
+.include <bsd.prog.mk>