Skip to content

Commit

Permalink
mk: Support OpenBSD mandoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed May 9, 2023
1 parent 9c076f9 commit faa20a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mk/tools/tools.OpenBSD.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: tools.OpenBSD.mk,v 1.37 2018/11/12 13:34:39 jperkin Exp $
# $NetBSD: tools.OpenBSD.mk,v 1.38 2023/05/09 14:50:33 schmonz Exp $
#
# System-supplied tools for the OpenBSD operating system.

Expand Down Expand Up @@ -60,6 +60,7 @@ TOOLS_PLATFORM.mail?= /usr/bin/mail
.if exists(/usr/bin/makeinfo)
TOOLS_PLATFORM.makeinfo?= /usr/bin/makeinfo
.endif
TOOLS_PLATFORM.mandoc?= /usr/bin/mandoc
TOOLS_PLATFORM.mkdir?= /bin/mkdir -p
TOOLS_PLATFORM.mktemp?= /usr/bin/mktemp
TOOLS_PLATFORM.mtree?= /usr/sbin/mtree
Expand Down

0 comments on commit faa20a0

Please sign in to comment.