Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes Add target used when importing INSTALL.more to...



details:   https://anonhg.NetBSD.org/src/rev/f01655b230a4
branches:  trunk
changeset: 472441:f01655b230a4
user:      ross <ross%NetBSD.org@localhost>
date:      Thu Apr 29 19:03:03 1999 +0000

description:
Add target used when importing INSTALL.more to sysinst images.

diffstat:

 distrib/notes/Makefile.inc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r eea5ed7f9ccc -r f01655b230a4 distrib/notes/Makefile.inc
--- a/distrib/notes/Makefile.inc        Thu Apr 29 18:57:31 1999 +0000
+++ b/distrib/notes/Makefile.inc        Thu Apr 29 19:03:03 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.4 1999/03/06 11:31:51 drochner Exp $
+#      $NetBSD: Makefile.inc,v 1.5 1999/04/29 19:03:03 ross Exp $
 
 # Ross Harvey <ross%netbsd.org@localhost>
 
@@ -50,6 +50,9 @@
 echosrcs! ${SRCS}
        @echo ${.ALLSRC}
 
+echomore!
+       @echo ${.OBJDIR}/${TARG}.more
+
 .PATH: ${.CURDIR}/../common
 
 # make the "afterdepend" rule happy



Home | Main Index | Thread Index | Old Index