summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-04-13 05:21:43 +0000
committerimp <imp@FreeBSD.org>2014-04-13 05:21:43 +0000
commitae12e88b98d61b1360f79a7781f16be31755f6a3 (patch)
tree229ea8afdf5faa52f29e403ea57282c8f409def9
parentafbcb69486bdd72a92b88eac5851dbf6b92076f5 (diff)
downloadFreeBSD-src-ae12e88b98d61b1360f79a7781f16be31755f6a3.zip
FreeBSD-src-ae12e88b98d61b1360f79a7781f16be31755f6a3.tar.gz
Check the right file for pwcache_groupdb.
-rw-r--r--tools/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index 8078dca..6aead63 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -9,7 +9,7 @@ INCS=
BOOTSTRAPPING?= 0
-_WITH_PWCACHEDB!= grep -c pwcache_groupdb /usr/include/pwd.h || true
+_WITH_PWCACHEDB!= grep -c pwcache_groupdb /usr/include/grp.h || true
.if ${_WITH_PWCACHEDB} == 0
.PATH: ${.CURDIR}/../../contrib/libc-pwcache
CFLAGS+= -I${.CURDIR}/../../contrib/libc-pwcache \
OpenPOWER on IntegriCloud