diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-10 11:44:48 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-10 11:44:48 +0000 |
commit | 8a03a4df4f88e68f1d694d0aa2cdc359465eb0a9 (patch) | |
tree | acc2c70aa6dcd8bcc28b1eef4ad64e1f72286121 /mk | |
parent | d91ec324820c4d8023d83a29d25c494f0a0befb1 (diff) | |
download | pkgsrc-8a03a4df4f88e68f1d694d0aa2cdc359465eb0a9.tar.gz |
Enable check-fakehome.mk.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/check/bsd.check.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/check/bsd.check.mk b/mk/check/bsd.check.mk index 2bfbf9e5d0a..c70604bae5e 100644 --- a/mk/check/bsd.check.mk +++ b/mk/check/bsd.check.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.check.mk,v 1.6 2007/10/13 11:04:17 dsl Exp $ +# $NetBSD: bsd.check.mk,v 1.7 2008/02/10 11:44:48 tnn Exp $ # # This Makefile fragment is included by bsd.pkg.mk and provides all # variables and targets related to build and install checks. @@ -33,6 +33,7 @@ .include "check-shlibs.mk" .include "check-vulnerable.mk" .include "check-wrkref.mk" +.include "check-fakehome.mk" pre-configure-checks-hook \ pre-build-checks-hook: .PHONY |