diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-28 19:19:42 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-28 19:19:42 +0000 |
commit | 906a770a3f4dd95e3fc67ecbadc7042593247a48 (patch) | |
tree | 66e1b3c592364e9924fd7fd60e785130bca29189 /distrib/special/more | |
parent | b3fce648c122b19fde0fa6ecdffcd459788d2076 (diff) |
Revert last commit; it is not needed
Diffstat (limited to 'distrib/special/more')
-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 4d1117ca22c..ff6eecdd03d 100644 --- a/distrib/special/more/Makefile +++ b/distrib/special/more/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2003/05/28 19:14:19 millert Exp $ +# $OpenBSD: Makefile,v 1.5 2003/05/28 19:19:41 millert Exp $ PROG= more MAN= @@ -12,6 +12,4 @@ beforedepend: morehelp.h morehelp.h: ${.CURDIR}/more.help sed 's/\(^.*$$\)/\"\1\",/' ${.CURDIR}/more.help > morehelp.h -more.o: morehelp.h - .include <bsd.prog.mk> |