summaryrefslogtreecommitdiff
path: root/sbin/pfctl/Makefile
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>2001-06-25 16:12:34 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>2001-06-25 16:12:34 +0000
commite04c06d2be89555d7490f2d2e40671c5708836f6 (patch)
tree870900ad8ab02b1ee451140951a50ae929dc1e19 /sbin/pfctl/Makefile
parent63669dc26001daa0f4d9ee39b88afdced7897e5b (diff)
pfctl now has a manpage. likely needs fleshing out.
Diffstat (limited to 'sbin/pfctl/Makefile')
-rw-r--r--sbin/pfctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile
index 44bc6f17bd4..8e3fbabb685 100644
--- a/sbin/pfctl/Makefile
+++ b/sbin/pfctl/Makefile
@@ -1,8 +1,8 @@
#
-# $OpenBSD: Makefile,v 1.1 2001/06/24 21:04:15 kjell Exp $
+# $OpenBSD: Makefile,v 1.2 2001/06/25 16:12:33 kjell Exp $
PROG = pfctl
SRCS = pfctl.c pfctl_parser.c
-MAN=
+MAN = pfctl.8
.include <bsd.prog.mk>