mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
- Bad whitespace in Makefile. - Reordered headers, sys/ first. - Annotated fatal/usage __dead2 to help `make analyze` out a little bit. - Spell a couple of sizeof constructs as "nitems" and "howmany" instead. MFC after: 1 week
10 lines
99 B
Makefile
10 lines
99 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= binmiscctl
|
|
MAN= binmiscctl.8
|
|
|
|
.include <bsd.prog.mk>
|