From cdfe874a109607fab0e4cd345b5fce399049b6f2 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 7 Jun 2017 21:03:27 +0000 Subject: [PATCH] Add an MLINK for atf_check(1) -> atf-check(1) This is being done to make the documentation for atf-check(1) easier to find/more intuitive for new users, because atf_check is the atf-run(1) shell version of the standalone atf-check(1) command, which is used in atf-sh(3) test programs. MFC after: 1 week Sponsored by: Dell EMC Isilon --- libexec/atf/atf-check/Makefile | 1 + 1 file changed, 1 insertion(+) 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"'