summaryrefslogtreecommitdiffstats
path: root/usr.bin/infocmp
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2011-06-23 22:46:12 +0000
committerschwarze <schwarze@openbsd.org>2011-06-23 22:46:12 +0000
commitd9fb19d2759df5f0b1a2b15e4c748f8ba8b32bfa (patch)
tree6b931f2884a10f1ee05f4acd1d2d1c1b70dab8b4 /usr.bin/infocmp
parents/ands/and/, from Tobias Ulmer (diff)
downloadwireguard-openbsd-d9fb19d2759df5f0b1a2b15e4c748f8ba8b32bfa.tar.xz
wireguard-openbsd-d9fb19d2759df5f0b1a2b15e4c748f8ba8b32bfa.zip
switch to installing source manuals (base part)
discussed with lots of people, tested by naddy@, "move fast" deraadt@
Diffstat (limited to 'usr.bin/infocmp')
-rw-r--r--usr.bin/infocmp/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/infocmp/Makefile b/usr.bin/infocmp/Makefile
index 6ed9d56c529..cd9407e9bf2 100644
--- a/usr.bin/infocmp/Makefile
+++ b/usr.bin/infocmp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2000/02/20 21:50:18 millert Exp $
+# $OpenBSD: Makefile,v 1.3 2011/06/23 22:46:12 schwarze Exp $
PROG= infocmp
SRCS= infocmp.c dump_entry.c
@@ -7,7 +7,7 @@ LDADD= -lcurses
CURSES= ${.CURDIR}/../../lib/libcurses
TIC= ${.CURDIR}/../tic
CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I.
-CLEANFILES+= termsort.c
+CLEANFILES+= termsort.c infocmp.1
.PATH: ${TIC}
beforedepend: termsort.c
@@ -15,4 +15,7 @@ beforedepend: termsort.c
termsort.c: ${TIC}/MKtermsort.sh
sh ${TIC}/MKtermsort.sh awk ${CURSES}/Caps > ${.TARGET}
+infocmp.1: infocmp.1tbl
+ cp ${.ALLSRC} ${.TARGET}
+
.include <bsd.prog.mk>