mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
11 lines
100 B
Makefile
11 lines
100 B
Makefile
|
|
#
|
||
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
PROG= binmiscctl
|
||
|
|
MAN= binmiscctl.8
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|