diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2024-04-29 13:23:20 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2024-04-29 13:23:20 +0000 |
commit | 14ac3c639b8d725812c4eac78f6d811214321a81 (patch) | |
tree | 79c34e085d01a1dc51c98d1c273cf3c704d10267 /usr.bin | |
parent | 2ed03c47cd28bcf8287460d783a1c5ff28de29f0 (diff) |
install accidentally dropped tput(1) man page again
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tput/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile index 5e057a01ca1..d3f833abbda 100644 --- a/usr.bin/tput/Makefile +++ b/usr.bin/tput/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2024/04/27 15:05:55 jmc Exp $ +# $OpenBSD: Makefile,v 1.15 2024/04/29 13:23:19 naddy Exp $ PROG= tput SRCS= clear_cmd.c reset_cmd.c tparm_type.c tput.c transform.c \ @@ -11,7 +11,7 @@ TIC= ${.CURDIR}/../tic CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I. .PATH: ${TIC} CLEANFILES+= termsort.h -MAN+= clear.1 +MAN= tput.1 clear.1 termsort.h: ${TIC}/MKtermsort.sh sh ${TIC}/MKtermsort.sh awk ${CURSES}/Caps > ${.TARGET} |