summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eeprom/Makefile
blob: fa5f411d44281ae06e9b107ebd948956747800c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.PATH: ${.CURDIR}/../ofwdump

PROG=	eeprom
MAN=	eeprom.8
MANSUBDIR= /sparc64
SRCS=	eeprom.c ofw_options.c ofw_util.c
WARNS?=	6
CFLAGS+= -I${.CURDIR}/../ofwdump

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud