Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc/bootfs .include <bsd.subdir.mk> in order to in...



details:   https://anonhg.NetBSD.org/src/rev/139ca33ffc7b
branches:  trunk
changeset: 516424:139ca33ffc7b
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Oct 23 16:30:35 2001 +0000

description:
.include <bsd.subdir.mk> in order to inherit no-op standard targets like
the other Makefiles here do.  This really isn't the Right way to do it in
the long run (better to use <bsd.prog.mk> with NOPROG), but it works.

diffstat:

 distrib/sparc/bootfs/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r c719df8d4b63 -r 139ca33ffc7b distrib/sparc/bootfs/Makefile
--- a/distrib/sparc/bootfs/Makefile     Tue Oct 23 16:24:33 2001 +0000
+++ b/distrib/sparc/bootfs/Makefile     Tue Oct 23 16:30:35 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.29 2001/10/21 23:23:23 jmc Exp $
+#      $NetBSD: Makefile,v 1.30 2001/10/23 16:30:35 tv Exp $
 #
 # boot.fs is the image for disk 1 of the two-set floppy based installation
 # method.
@@ -107,3 +107,4 @@
 .endif # RELEASEDIR check
 
 .include <bsd.obj.mk>
+.include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index