This is revision 2 of this patch.

Apply by doing:
       cd /usr/src
       patch -p0 < 014_eepromy2k.patch
       rm usr.sbin/eeprom/getdate.y
       cd usr.sbin/eeprom
       make
       make install

Index: usr.sbin/eeprom/Makefile
===================================================================
RCS file: /cvs/src/usr.sbin/eeprom/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- usr.sbin/eeprom/Makefile    1997/09/21 11:43:38     1.2
+++ usr.sbin/eeprom/Makefile    2000/01/03 19:46:51
@@ -6,6 +6,10 @@
BINGRP=        kmem
BINMODE=2555

+# Get getdate.y from cvs distro
+.PATH:  ${.CURDIR}/../../gnu/usr.bin/cvs/lib
+CFLAGS+=-DTIME_WITH_SYS_TIME -DHAVE_SYS_TIMEB_H -DSTDC_HEADERS -DHAVE_BCOPY
+
SRCS=  eehandlers.c getdate.c main.c

.if ${MACHINE} == "sparc"