2c5e865059
- 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
11 lines
99 B
Makefile
11 lines
99 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= binmiscctl
|
|
MAN= binmiscctl.8
|
|
|
|
.include <bsd.prog.mk>
|