1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.sbin/ofwdump/Makefile
Peter Grehan 104954fe06 Enable ofwdump on powerpc (finally). Tested on G3 & G4 machines.
Submitted by:	Dan Stekloff  <dsteklof at c i s c o dot com>
Discussed with:	marcel
2008-01-31 01:57:33 +00:00

10 lines
104 B
Makefile

# $FreeBSD$
PROG= ofwdump
MAN= ofwdump.8
SRCS= ofwdump.c ofw_util.c
WARNS?= 6
.include <bsd.prog.mk>