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
This commit is contained in:
Enji Cooper 2017-06-07 21:03:27 +00:00
parent f5e96ed673
commit cdfe874a10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319659

View File

@ -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"'