Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/stand Add fixcoff so an obj dir can be created



details:   https://anonhg.NetBSD.org/src/rev/f441d2fd0325
branches:  trunk
changeset: 487033:f441d2fd0325
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jun 01 18:33:43 2000 +0000

description:
Add fixcoff so an obj dir can be created

diffstat:

 sys/arch/macppc/stand/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (11 lines):

diff -r c944341aa3f5 -r f441d2fd0325 sys/arch/macppc/stand/Makefile
--- a/sys/arch/macppc/stand/Makefile    Thu Jun 01 18:30:03 2000 +0000
+++ b/sys/arch/macppc/stand/Makefile    Thu Jun 01 18:33:43 2000 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: Makefile,v 1.2 1998/06/12 21:07:23 tsubai Exp $
+#      $NetBSD: Makefile,v 1.3 2000/06/01 18:33:43 matt Exp $
 
-SUBDIR=        bootxx installboot ofwboot
+SUBDIR=        bootxx installboot fixcoff ofwboot
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index