diff options
Diffstat (limited to 'mk/misc/toplevel.mk')
-rw-r--r-- | mk/misc/toplevel.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/misc/toplevel.mk b/mk/misc/toplevel.mk index bfddf5968a3..ddb271b43f5 100644 --- a/mk/misc/toplevel.mk +++ b/mk/misc/toplevel.mk @@ -1,4 +1,4 @@ -# $NetBSD: toplevel.mk,v 1.3 2007/09/07 22:12:15 jlam Exp $ +# $NetBSD: toplevel.mk,v 1.4 2007/10/13 11:04:19 dsl Exp $ # # This file contains the make targets that can be used from the # top-level Makefile. They are in this separate file to keep the @@ -27,13 +27,13 @@ README.html: .PRECIOUS @${FALSE} .endif -.include "${.PARSEDIR}/../bsd.pkg.subdir.mk" +.include "../bsd.pkg.subdir.mk" # the bulk-cache and clean-bulk-cache targets are a global-pkgsrc # thing and thus it makes sense to run it from the top level pkgsrc # directory. .if make(bulk-cache) || make(clean-bulk-cache) -.include "${.PARSEDIR}/../bulk/bsd.bulk-pkg.mk" +.include "../bulk/bsd.bulk-pkg.mk" .endif .PHONY: ${.CURDIR}/PKGDB |