NetBSD/usr.sbin/eeprom/Makefile

24 lines
403 B
Makefile
Raw Normal View History

# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
1998-11-01 06:51:16 +03:00
# $NetBSD: Makefile,v 1.7 1998/11/01 03:51:16 lukem Exp $
.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" || ${MACHINE} == "sparc"
PROG= eeprom
1998-11-01 06:51:16 +03:00
YPREFIX=getdate_
BINGRP= kmem
BINMODE=2555
SRCS= eehandlers.c getdate.y main.c
.if ${MACHINE} == "sparc"
SRCS+= ophandlers.c
DPADD= ${LIBKVM}
LDADD= -lkvm
.endif
1997-06-23 08:51:16 +04:00
.endif
MAN= eeprom.8
.include <bsd.prog.mk>