Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/bebox/stand Add elf2pef and mkbootimage.



details:   https://anonhg.NetBSD.org/src/rev/baa0680bc9c8
branches:  trunk
changeset: 474091:baa0680bc9c8
user:      sakamoto <sakamoto%NetBSD.org@localhost>
date:      Mon Jun 28 01:08:05 1999 +0000

description:
Add elf2pef and mkbootimage.

diffstat:

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

diffs (11 lines):

diff -r 19e2702164f9 -r baa0680bc9c8 sys/arch/bebox/stand/Makefile
--- a/sys/arch/bebox/stand/Makefile     Mon Jun 28 01:03:55 1999 +0000
+++ b/sys/arch/bebox/stand/Makefile     Mon Jun 28 01:08:05 1999 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: Makefile,v 1.1 1998/01/16 04:07:35 sakamoto Exp $
+#      $NetBSD: Makefile,v 1.2 1999/06/28 01:08:05 sakamoto Exp $
 
-SUBDIR=        boot
+SUBDIR=        boot elf2pef mkbootimage
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index