mirror of
https://github.com/opnsense/src.git
synced 2026-04-08 10:53:24 -04:00
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
9 lines
143 B
Makefile
9 lines
143 B
Makefile
# $Id: Makefile,v 1.6 2003/08/14 20:05:58 max Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= bcmfw
|
|
MAN= bcmfw.8
|
|
SRCS= bcmfw.c
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|