1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-30 12:04:07 +00:00
freebsd/usr.sbin/ofwdump/Makefile
2003-04-04 17:49:21 +00:00

10 lines
104 B
Makefile

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