diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-14 07:12:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-14 07:12:23 +0000 |
commit | 226567f45c0bf5c05db556f459a8bb92b97717a2 (patch) | |
tree | 59fafdfbe4c59863002a612132ee8a43662800ed /mk/platform | |
parent | bb130c5834093b542d6d5131ad4e4fd26a0321a4 (diff) | |
download | pkgsrc-226567f45c0bf5c05db556f459a8bb92b97717a2.tar.gz |
Make IMAKE_TOOLS into a publicly-readable variable so that it can be
used by pkgtools/xpkgwedge.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/Linux.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk index 75416233b47..3de349dab6a 100644 --- a/mk/platform/Linux.mk +++ b/mk/platform/Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: Linux.mk,v 1.15 2005/06/01 18:14:23 jlam Exp $ +# $NetBSD: Linux.mk,v 1.16 2005/06/14 07:12:23 jlam Exp $ # # Variable definitions for the Linux operating system. @@ -45,7 +45,7 @@ IMAKE_FILEMAN_DIR= ${IMAKE_MAN_SOURCE_PATH}5 IMAKE_MISCMAN_DIR= ${IMAKE_MAN_SOURCE_PATH}7 IMAKE_MANNEWSUFFIX= ${IMAKE_MAN_SUFFIX} -_IMAKE_TOOLS= gmake # extra tools required when we use imake +IMAKE_TOOLS= gmake # extra tools required when we use imake _DO_SHLIB_CHECKS= no # on installation, fixup PLIST for shared libs .if exists(/usr/include/netinet6) || exists(/usr/include/linux/in6.h) _OPSYS_HAS_INET6= yes # IPv6 is standard |