summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-05-28 23:17:23 +0000
committermillert <millert@openbsd.org>2003-05-28 23:17:23 +0000
commitc5229858036cd8fbf4c2c25ba64d5a4de344970c (patch)
treeca4253dff74249db6bd13a8cfb60594d971cc6e6
parentFix ERASEONECHAR macro and BSB so we don't do sizeof(pointer). (diff)
downloadwireguard-openbsd-c5229858036cd8fbf4c2c25ba64d5a4de344970c.tar.xz
wireguard-openbsd-c5229858036cd8fbf4c2c25ba64d5a4de344970c.zip
We need the hard-coded dependency after all since special bits
are not depended.
-rw-r--r--distrib/special/more/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/special/more/Makefile b/distrib/special/more/Makefile
index 859a211afd1..cb2942e6d0c 100644
--- a/distrib/special/more/Makefile
+++ b/distrib/special/more/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2003/05/28 20:05:41 mickey Exp $
+# $OpenBSD: Makefile,v 1.7 2003/05/28 23:17:23 millert Exp $
PROG= more
MAN=
@@ -14,4 +14,6 @@ morehelp.h: ${.CURDIR}/more.help
cat ${.CURDIR}/more.help >> morehelp.h
echo '";' >> morehelp.h
+more.o: morehelp.h
+
.include <bsd.prog.mk>