1995-07-13 22:07:19 +04:00
|
|
|
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
1999-01-17 23:02:29 +03:00
|
|
|
# $NetBSD: Makefile,v 1.8 1999/01/17 20:02:29 eeh Exp $
|
1995-07-13 22:07:19 +04:00
|
|
|
|
1999-01-17 23:02:29 +03:00
|
|
|
.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" || ${MACHINE} == "sparc" \
|
|
|
|
|| ${MACHINE} == "sparc64"
|
1995-07-13 22:07:19 +04:00
|
|
|
PROG= eeprom
|
|
|
|
|
1998-11-01 06:51:16 +03:00
|
|
|
YPREFIX=getdate_
|
1997-07-24 00:58:36 +04:00
|
|
|
|
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
|
|
|
|
1999-01-17 23:02:29 +03:00
|
|
|
.if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
|
1995-07-13 22:07:19 +04:00
|
|
|
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>
|