diff options
author | grant <grant@pkgsrc.org> | 2003-07-31 08:58:24 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-31 08:58:24 +0000 |
commit | 529668ce7cd9371f86b15d7214af59bf7b92d57f (patch) | |
tree | 794f3781942667a680cd201e6f062f1ea970f018 /mk | |
parent | f08a792be2772fd6f0c9c456fc94a571f87ac0c0 (diff) | |
download | pkgsrc-529668ce7cd9371f86b15d7214af59bf7b92d57f.tar.gz |
include bsd.prefs.mk, since we use ${ECHO}.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/texinfo.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/texinfo.mk b/mk/texinfo.mk index 932ee3aa016..d3b2f754195 100644 --- a/mk/texinfo.mk +++ b/mk/texinfo.mk @@ -1,4 +1,4 @@ -# $NetBSD: texinfo.mk,v 1.14 2003/07/02 16:07:02 grant Exp $ +# $NetBSD: texinfo.mk,v 1.15 2003/07/31 08:58:24 grant Exp $ # # This Makefile fragment is included by bsd.pkg.mk when INFO_FILES and # USE_NEW_TEXINFO are defined. @@ -12,6 +12,8 @@ .if !defined(TEXINFO_MK) TEXINFO_MK= # defined +.include "../../mk/bsd.prefs.mk" + # # This switch is here only until all packages are converted to use # the new framework. |