diff options
author | rillig <rillig@pkgsrc.org> | 2006-12-12 21:37:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-12-12 21:37:20 +0000 |
commit | 1418234f02f8ab9dba0865ccdb5c3ce12e1cbcc0 (patch) | |
tree | 904d566ef191fc0d3336e1545bcb434adc11d162 /mk/check/bsd.check.mk | |
parent | 60774a414d383987f3321329ab4c1a55d657d3f8 (diff) | |
download | pkgsrc-1418234f02f8ab9dba0865ccdb5c3ce12e1cbcc0.tar.gz |
Made all .include lines look the same.
Diffstat (limited to 'mk/check/bsd.check.mk')
-rw-r--r-- | mk/check/bsd.check.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mk/check/bsd.check.mk b/mk/check/bsd.check.mk index 5fd94d5f82b..9e48a5e6bbd 100644 --- a/mk/check/bsd.check.mk +++ b/mk/check/bsd.check.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.check.mk,v 1.4 2006/11/09 02:53:15 rillig Exp $ +# $NetBSD: bsd.check.mk,v 1.5 2006/12/12 21:37:20 rillig Exp $ # # This Makefile fragment is included by bsd.pkg.mk and provides all # variables and targets related to build and install checks. @@ -25,14 +25,14 @@ # check-interpreter, check-shlibs, check-vulnerable, check-wrkref # -.include "${PKGSRCDIR}/mk/check/check-files.mk" -.include "${PKGSRCDIR}/mk/check/check-interpreter.mk" -.include "${PKGSRCDIR}/mk/check/check-perms.mk" -.include "${PKGSRCDIR}/mk/check/check-shlibs.mk" -.include "${PKGSRCDIR}/mk/check/check-vulnerable.mk" -.include "${PKGSRCDIR}/mk/check/check-wrkref.mk" +.include "${.PARSEDIR}/check-files.mk" .include "${.PARSEDIR}/check-headers.mk" +.include "${.PARSEDIR}/check-interpreter.mk" +.include "${.PARSEDIR}/check-perms.mk" .include "${.PARSEDIR}/check-portability.mk" +.include "${.PARSEDIR}/check-shlibs.mk" +.include "${.PARSEDIR}/check-vulnerable.mk" +.include "${.PARSEDIR}/check-wrkref.mk" pre-configure-checks-hook \ pre-build-checks-hook: .PHONY |