mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 03:46:58 -04:00
7 lines
104 B
Makefile
7 lines
104 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fwcontrol
|
|
SRCS= fwcontrol.c fwcrom.c fwdv.c
|
|
MAN= fwcontrol.8
|
|
|
|
.include <bsd.prog.mk>
|