summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2020-10-25 00:37:55 +0000
committerderaadt <deraadt@openbsd.org>2020-10-25 00:37:55 +0000
commitf98cbdc36c1bd8dc9ab05874a05f9a52f213662c (patch)
treed31252d4121435682df2bdfce372832b0f9cdf58
parentTreat \*[.T] in the same way as \*(.T rather than calling abort(3). (diff)
downloadwireguard-openbsd-f98cbdc36c1bd8dc9ab05874a05f9a52f213662c.tar.xz
wireguard-openbsd-f98cbdc36c1bd8dc9ab05874a05f9a52f213662c.zip
needs a Makefile...
-rw-r--r--share/man/man8/man8.powerpc64/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man8/man8.powerpc64/Makefile b/share/man/man8/man8.powerpc64/Makefile
new file mode 100644
index 00000000000..c91fd3e4e60
--- /dev/null
+++ b/share/man/man8/man8.powerpc64/Makefile
@@ -0,0 +1,7 @@
+# $OpenBSD: Makefile,v 1.1 2020/10/25 00:37:55 deraadt Exp $
+# $NetBSD: Makefile,v 1.3 1995/09/06 21:36:38 jtc Exp $
+
+MAN= MAKEDEV.8
+MANSUBDIR=powerpc64
+
+.include <bsd.prog.mk>