summaryrefslogtreecommitdiff
path: root/usr.sbin/eeprom/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-01-03 19:49:45 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-01-03 19:49:45 +0000
commit490c7f16060cda60474198b2480b53d8f63deb4d (patch)
treecc32bcc7b784aa832d096f4eb295e877079b934d /usr.sbin/eeprom/Makefile
parent4470dda3732f0af563d6f16cc153b534ee51e4b1 (diff)
Old getdate.y was not Y2K compliant, us the one that comes with cvs instead.
Diffstat (limited to 'usr.sbin/eeprom/Makefile')
-rw-r--r--usr.sbin/eeprom/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/eeprom/Makefile b/usr.sbin/eeprom/Makefile
index b9503966635..e21ce7ec24d 100644
--- a/usr.sbin/eeprom/Makefile
+++ b/usr.sbin/eeprom/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 1997/09/21 11:43:38 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2000/01/03 19:49:44 millert Exp $
PROG= eeprom
MAN= eeprom.8
@@ -6,6 +6,10 @@ MAN= eeprom.8
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"