]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/eeprom/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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 WARNS?= 6
10 CFLAGS+= -I${.CURDIR}/../ofwdump
11
12 .include <bsd.prog.mk>