1995-07-13 22:07:19 +04:00
|
|
|
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
1998-04-09 04:32:31 +04:00
|
|
|
# $NetBSD: Makefile,v 1.6 1998/04/09 00:32:40 tv Exp $
|
1995-07-13 22:07:19 +04:00
|
|
|
|
1997-09-24 11:22:37 +04:00
|
|
|
.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" || ${MACHINE} == "sparc"
|
1995-07-13 22:07:19 +04:00
|
|
|
PROG= eeprom
|
|
|
|
|
1997-07-24 00:58:36 +04:00
|
|
|
YFLAGS+=-pgetdate_
|
|
|
|
|
1995-07-13 22:07:19 +04:00
|
|
|
BINGRP= kmem
|
|
|
|
BINMODE=2555
|
|
|
|
|
1998-04-09 04:32:31 +04:00
|
|
|
SRCS= eehandlers.c getdate.y main.c
|
1995-07-13 22:07:19 +04:00
|
|
|
|
|
|
|
.if ${MACHINE} == "sparc"
|
|
|
|
SRCS+= ophandlers.c
|
|
|
|
DPADD= ${LIBKVM}
|
|
|
|
LDADD= -lkvm
|
|
|
|
.endif
|
1997-06-23 08:51:16 +04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
MAN= eeprom.8
|
1995-07-13 22:07:19 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|