From 2e505302fed71ccbc606e78804729f6b344ed695 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sat, 21 Dec 2019 21:40:02 +0000 Subject: a few depend:-related thingies that were still in. okay millert@, tb@ --- distrib/special/more/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'distrib/special') 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 -- cgit v1.2.3