Module Name: src
Committed By: christos
Date: Fri Nov 21 20:13:19 UTC 2014
Modified Files:
src/sys/arch/mvme68k/stand/sboot: Makefile
Log Message:
Add libkern for umoddi3 needed for correct leap yar computation in is_leap_year.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/mvme68k/stand/sboot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mvme68k/stand/sboot/Makefile
diff -u src/sys/arch/mvme68k/stand/sboot/Makefile:1.14 src/sys/arch/mvme68k/stand/sboot/Makefile:1.15
--- src/sys/arch/mvme68k/stand/sboot/Makefile:1.14 Fri Jan 21 10:59:08 2011
+++ src/sys/arch/mvme68k/stand/sboot/Makefile Fri Nov 21 15:13:18 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2011/01/21 15:59:08 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2014/11/21 20:13:18 christos Exp $
#
# sboot would like a newer GNU ld because it can generate S-Records.
@@ -13,7 +13,7 @@ SRCS= start.s clock.c console.c etherfu
oc_cksum.s sboot.c
SRTOBJ=
PROG= sboot
-LIBS= ${LIBSA}
+LIBS= ${LIBSA} ${LIBKERN}
DPADD= ${LIBS}
CLEANFILES+= sboot.srec