diff options
Diffstat (limited to 'distrib/special/more/Makefile')
-rw-r--r-- | distrib/special/more/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/special/more/Makefile b/distrib/special/more/Makefile index 9ea0d471644..77f9f3b78b0 100644 --- a/distrib/special/more/Makefile +++ b/distrib/special/more/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2015/11/15 07:12:50 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 2019/12/21 21:40:00 espie Exp $ PROG= more CFLAGS+= -I. -I${.CURDIR}/ @@ -6,8 +6,6 @@ SRCS= more.c tputs.c termcap.c tgoto.c CLEANFILES+=morehelp.h -beforedepend: morehelp.h - morehelp.h: ${.CURDIR}/more.help echo -n 'const char *more_help = "' > morehelp.h sed -e 's/[\\"]/\\&/g' -e 's/$$/\\n\\/' ${.CURDIR}/more.help >> morehelp.h |