diff options
author | seb <seb> | 2003-07-20 16:48:53 +0000 |
---|---|---|
committer | seb <seb> | 2003-07-20 16:48:53 +0000 |
commit | 0914a2ae94396ebbc513276a7e7bdcf131965100 (patch) | |
tree | c7157657f172441fcfd64f750168d67dab3cd7ea /sysutils/grub | |
parent | 5b63d107e30c73384359f69a84dfc0fab798504d (diff) | |
download | pkgsrc-0914a2ae94396ebbc513276a7e7bdcf131965100.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) |