diff options
author | seb <seb@pkgsrc.org> | 2003-07-20 16:48:53 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-20 16:48:53 +0000 |
commit | 5b69ceb8f5b1ea6c11dabf80aff3df913b52e4a7 (patch) | |
tree | c7157657f172441fcfd64f750168d67dab3cd7ea /sysutils/grub | |
parent | 73ccb5cd2775311c8fe0d4ce006d075657044e37 (diff) | |
download | pkgsrc-5b69ceb8f5b1ea6c11dabf80aff3df913b52e4a7.tar.gz |
Info files need to be listed in INFO_FILES.
Diffstat (limited to 'sysutils/grub')
-rw-r--r-- | sysutils/grub/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 6d08d35a55c..8afd8a2a921 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 22:53:36 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/07/20 16:48:53 seb Exp $ # DISTNAME= grub-0.93 @@ -17,6 +17,8 @@ USE_GMAKE= YES USE_NEW_TEXINFO= YES USE_BUILDLINK2= YES +INFO_FILES= grub.info + .include "../../mk/bsd.prefs.mk" .if defined(GRUB_NETWORK_CARDS) |