diff options
author | jlam <jlam> | 2004-10-06 20:51:47 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-10-06 20:51:47 +0000 |
commit | d49101d29b6036e6a3aced1eed7bd607ab62bf0b (patch) | |
tree | ffe32abb58592bdfb0f01b3938e405c22c89890d /mk/tools.mk | |
parent | e189661d2ea047d9bea04b21c221ff757010f5bb (diff) | |
download | pkgsrc-d49101d29b6036e6a3aced1eed7bd607ab62bf0b.tar.gz |
Reorganize some of the files under pkgsrc/mk:
(1) defs.${OPSYS}.mk --> platform/${OPSYS}.mk.
The "platform" subdirectory is where all of the ${OPSYS}-specific
infrastructure logic should reside.
(2) bsd.pkg.defaults.mk --> defaults/mk.conf
bsd.pkg.obsolete.mk --> defaults/obsolete.mk
Renaming bsd.pkg.defaults.mk to defaults/mk.conf is to mimic the way
that NetBSD has /etc/rc.conf as well as /etc/defaults/rc.conf, where
the latter is a full list of user-settable variables, and the two
files share the same name to reinforce the fact /etc/defaults/rc.conf
can be directly copied in place as /etc/rc.conf. This is the same
relationship shared by defaults/mk.conf and /etc/mk.conf.
Diffstat (limited to 'mk/tools.mk')
-rw-r--r-- | mk/tools.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk index d132fd9dc53..3e293b2a865 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.mk,v 1.38 2004/08/23 09:33:25 seb Exp $ +# $NetBSD: tools.mk,v 1.39 2004/10/06 20:51:47 jlam Exp $ # # This Makefile creates a ${TOOLS_DIR} directory and populates the bin # subdir with tools that hide the ones outside of ${TOOLS_DIR}. @@ -148,7 +148,7 @@ _TOOLS_OPSYS_HAS_GNU.yacc+= Linux-*-* # These platforms have GNUish versions of the tools available in the base # system, which we already define as ${AWK}, ${SED}, etc. (refer to -# defs.*.mk for the definitions), so no need to pull in the pkgsrc +# mk/platform/*.mk for the definitions), so no need to pull in the pkgsrc # versions; we will use these instead. # _TOOLS_REPLACE_OPSYS.awk+= SunOS-*-* |