]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/eeprom/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / eeprom / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../ofwdump
4
5 PROG=   eeprom
6 MAN=    eeprom.8
7 MANSUBDIR= /sparc64
8 SRCS=   eeprom.c ofw_options.c ofw_util.c
9 CFLAGS+= -I${.CURDIR}/../ofwdump
10
11 .include <bsd.prog.mk>