summaryrefslogtreecommitdiff
path: root/distrib/special/more/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/special/more/Makefile')
-rw-r--r--distrib/special/more/Makefile4
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>