Source-Changes-HG archive

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

[src/trunk]: src/sys/lkm/exec/elf need core_elf32.c as well, now.



details:   https://anonhg.NetBSD.org/src/rev/8237d283b590
branches:  trunk
changeset: 522037:8237d283b590
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Feb 10 16:25:49 2002 +0000

description:
need core_elf32.c as well, now.

diffstat:

 sys/lkm/exec/elf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c1597f890c35 -r 8237d283b590 sys/lkm/exec/elf/Makefile
--- a/sys/lkm/exec/elf/Makefile Sun Feb 10 16:25:35 2002 +0000
+++ b/sys/lkm/exec/elf/Makefile Sun Feb 10 16:25:49 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2001/12/12 11:49:04 lukem Exp $
+#      $NetBSD: Makefile,v 1.4 2002/02/10 16:25:49 mrg Exp $
 
 .include "../Makefile.inc"
 
@@ -9,6 +9,6 @@
 KMOD=  exec_elf
 
 SRCS=  lkminit_exec.c
-SRCS+= exec_elf32.c
+SRCS+= exec_elf32.c core_elf32.c
 
 .include <bsd.kmod.mk>



Home | Main Index | Thread Index | Old Index