Revert r319659

I missed the fact that atf-sh(3) already documents atf_check(3). I'll
be adding an manpage link for that instead in the next commit.

MFC after:	1 week
MFC with:	r319659
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-06-07 21:11:32 +00:00
parent cdfe874a10
commit 8393f4feaf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319660

View File

@ -34,7 +34,6 @@ 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"'