From 8393f4feaf38bda57f6d6eb324d7a8f7b3cf8a23 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 7 Jun 2017 21:11:32 +0000 Subject: [PATCH] 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 --- libexec/atf/atf-check/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libexec/atf/atf-check/Makefile b/libexec/atf/atf-check/Makefile index 7804cbfa4396..ca3c2efb6bfa 100644 --- a/libexec/atf/atf-check/Makefile +++ b/libexec/atf/atf-check/Makefile @@ -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"'