summaryrefslogtreecommitdiff
path: root/bin/chio/Makefile
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-11-02 15:26:08 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-11-02 15:26:08 +0000
commit1f6210d935498a55d7e890bc7200f4dd09e81884 (patch)
tree6adc440d18e702ba6db5f7b60bb9a51e9f953d5f /bin/chio/Makefile
parent375f4f03223e5a33e982334dd17f98e1a22615f0 (diff)
add man page for chio.conf; missing file spotted by deraadt
ok beck
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>