Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/texinfo We need to include <bsd.files.mk> to ins...



details:   https://anonhg.NetBSD.org/src/rev/062e5a2a3d5d
branches:  trunk
changeset: 487690:062e5a2a3d5d
user:      veego <veego%NetBSD.org@localhost>
date:      Sun Jun 11 13:07:49 2000 +0000

description:
We need to include <bsd.files.mk> to install the FILES.

diffstat:

 gnu/usr.bin/texinfo/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r fe09b9e753ad -r 062e5a2a3d5d gnu/usr.bin/texinfo/Makefile
--- a/gnu/usr.bin/texinfo/Makefile      Sun Jun 11 13:01:29 2000 +0000
+++ b/gnu/usr.bin/texinfo/Makefile      Sun Jun 11 13:07:49 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 1999/07/24 09:09:10 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2000/06/11 13:07:49 veego Exp $
 
 .include <bsd.own.mk>
 
@@ -25,4 +25,5 @@
 all-info all-install-info all-makeinfo all-texi2dvi all-texindex: all-common
 
 .include <bsd.info.mk>
+.include <bsd.files.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index