summaryrefslogtreecommitdiff
path: root/bin/chio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chio/Makefile')
-rw-r--r--bin/chio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile
index 86bf7a8a612..4292e90299c 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.11 2006/06/03 19:33:35 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 2007/11/02 15:26:07 jmc Exp $
PROG= chio
SRCS= chio.c parse.y
DPADD= ${LIBUTIL}
LDADD= -lutil
+MAN= chio.1 chio.conf.5
.include <bsd.prog.mk>