diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2019-12-21 21:40:02 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2019-12-21 21:40:02 +0000 |
commit | 2e505302fed71ccbc606e78804729f6b344ed695 (patch) | |
tree | ef018cd1a79bdd3dc83e31e78b66024bf73f2cba /distrib/special | |
parent | eff9f5fbd1f620a72344d69193c82cc393dd5285 (diff) |
a few depend:-related thingies that were still in.
okay millert@, tb@
Diffstat (limited to 'distrib/special')
-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 |