mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
10 lines
148 B
Makefile
10 lines
148 B
Makefile
# $Id: Makefile,v 1.5 2003/08/14 20:06:00 max Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= bt3cfw
|
|
MAN= bt3cfw.8
|
|
WARNS?= 2
|
|
|
|
LIBADD+= netgraph
|
|
|
|
.include <bsd.prog.mk>
|