diff options
author | tnn <tnn> | 2008-02-10 11:44:48 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-02-10 11:44:48 +0000 |
commit | 9f2299766567a161271e7e5437633baa74510718 (patch) | |
tree | acc2c70aa6dcd8bcc28b1eef4ad64e1f72286121 /mk | |
parent | 503dedec1c39f432d0fd4e47a3d1a6869da4261a (diff) | |
download | pkgsrc-9f2299766567a161271e7e5437633baa74510718.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 |