Source-Changes-HG archive

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

[src/trunk]: src/distrib/pmax/ramdisk Add dummy dependall target.



details:   https://anonhg.NetBSD.org/src/rev/9d369b67cffe
branches:  trunk
changeset: 507527:9d369b67cffe
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Mar 24 15:30:44 2001 +0000

description:
Add dummy dependall target.

diffstat:

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

diffs (17 lines):

diff -r 33e602b94df2 -r 9d369b67cffe distrib/pmax/ramdisk/Makefile
--- a/distrib/pmax/ramdisk/Makefile     Sat Mar 24 13:40:41 2001 +0000
+++ b/distrib/pmax/ramdisk/Makefile     Sat Mar 24 15:30:44 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2000/11/01 07:58:00 garbled Exp $
+#      $NetBSD: Makefile,v 1.15 2001/03/24 15:30:44 simonb Exp $
 
 BINDIR=                /installation/netboot
 
@@ -71,6 +71,7 @@
 
 # XXX!
 depend:
+dependall: depend all
 
 .include <bsd.own.mk>
 .include <bsd.obj.mk>



Home | Main Index | Thread Index | Old Index