diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-12-12 08:02:11 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-12-12 08:02:11 +0000 |
commit | 04ace694ea3f86e1156ff296634aeb041d31f803 (patch) | |
tree | bf82706776a797ae877f0e7f34f6464458b9be73 | |
parent | 0b755b897d08e998e345bce55e1bd47e5f507d99 (diff) |
install infotocap.1
-rw-r--r-- | usr.bin/tic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tic/Makefile b/usr.bin/tic/Makefile index 84ff00b4ab3..ba7d8275a52 100644 --- a/usr.bin/tic/Makefile +++ b/usr.bin/tic/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 1998/08/12 20:09:17 art Exp $ +# $OpenBSD: Makefile,v 1.3 1999/12/12 08:02:10 millert Exp $ PROG= tic SRCS= dump_entry.c tic.c -MAN= tic.1 captoinfo.1tbl +MAN= tic.1 captoinfo.1tbl infotocap.1 LINKS= ${BINDIR}/tic ${BINDIR}/infotocap ${BINDIR}/tic ${BINDIR}/captoinfo DPADD= ${LIBCURSES} LDADD= -lcurses |