diff options
author | ngie <ngie@FreeBSD.org> | 2014-12-21 08:30:18 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2014-12-21 08:30:18 +0000 |
commit | dc3ad5131fa6525673d58aa537f9d67ba69edb94 (patch) | |
tree | 1473124a62111de8a694012ddb628f25f249137d /libexec/atf/atf-check/Makefile | |
parent | 1a3934911c5c7b282bc36336bafe16e321f63922 (diff) | |
download | FreeBSD-src-dc3ad5131fa6525673d58aa537f9d67ba69edb94.zip FreeBSD-src-dc3ad5131fa6525673d58aa537f9d67ba69edb94.tar.gz |
MFC r273929:
r273929 (by jmmv):
MFV: Import atf-0.21.
Diffstat (limited to 'libexec/atf/atf-check/Makefile')
-rw-r--r-- | libexec/atf/atf-check/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/atf/atf-check/Makefile b/libexec/atf/atf-check/Makefile index 4e6d8df..0792c03 100644 --- a/libexec/atf/atf-check/Makefile +++ b/libexec/atf/atf-check/Makefile @@ -35,6 +35,7 @@ SRCS= atf-check.cpp MAN= atf-check.1 CFLAGS+= -I${ATF} +CFLAGS+= -DATF_SHELL='"/bin/sh"' LDFLAGS+= -L${.OBJDIR}/../../../lib/atf/libatf-c++ LDFLAGS+= -L${.OBJDIR}/../../../lib/atf/libatf-c |