summaryrefslogtreecommitdiff
path: root/sbin/pfctl/Makefile
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>2001-06-24 21:04:21 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>2001-06-24 21:04:21 +0000
commitbeb2ed44a9d221c847249602b2a461b4ebbe2517 (patch)
tree3d10b4627ec4bd95aa181ac6a166eda387975602 /sbin/pfctl/Makefile
parenta8e7ede44bdc1df0f4533b916123f47ef374c6fe (diff)
Move and rename packet filter userland.
grr. CVS: making easy things difficult, and directory operations impossible.
Diffstat (limited to 'sbin/pfctl/Makefile')
-rw-r--r--sbin/pfctl/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile
new file mode 100644
index 00000000000..44bc6f17bd4
--- /dev/null
+++ b/sbin/pfctl/Makefile
@@ -0,0 +1,8 @@
+#
+# $OpenBSD: Makefile,v 1.1 2001/06/24 21:04:15 kjell Exp $
+
+PROG = pfctl
+SRCS = pfctl.c pfctl_parser.c
+MAN=
+
+.include <bsd.prog.mk>