1# $Id: Makefile,v 1.6 2003/08/14 20:05:58 max Exp $ 2# $FreeBSD$ 3 4PROG= bcmfw 5MAN= bcmfw.8 6SRCS= bcmfw.c 7WARNS?= 2 8 9.include <bsd.prog.mk> 10