]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/ofwdump/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.sbin / ofwdump / Makefile
1 # $FreeBSD$
2
3 PROG=   ofwdump
4 MAN=    ofwdump.8
5 MANSUBDIR= /sparc64
6 SRCS=   ofwdump.c ofw_util.c
7
8 WARNS?= 6
9
10 .include <bsd.prog.mk>