aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-06-07 21:03:27 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-06-07 21:03:27 +0000
commitcdfe874a109607fab0e4cd345b5fce399049b6f2 (patch)
treed1db5e5c7f52bda970bbc47508baf97666a45dfa /libexec
parentf5e96ed6734a8e4f574efe20705e0f315365c8db (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/atf/atf-check/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/atf/atf-check/Makefile b/libexec/atf/atf-check/Makefile
index ca3c2efb6bfa..7804cbfa4396 100644
--- a/libexec/atf/atf-check/Makefile
+++ b/libexec/atf/atf-check/Makefile
@@ -34,6 +34,7 @@ ATF= ${SRCTOP}/contrib/atf
PROG_CXX= atf-check
SRCS= atf-check.cpp
MAN= atf-check.1
+MLINKS+= atf-check.1 atf_check.1
CFLAGS+= -I${ATF}
CFLAGS+= -DATF_SHELL='"/bin/sh"'