freebsd-dev/usr.sbin/binmiscctl/Makefile
Kyle Evans 2c5e865059 binmiscctl(8): miscellaneous cleanup
- 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
2020-11-07 03:43:45 +00:00

11 lines
99 B
Makefile

#
# $FreeBSD$
#
.include <bsd.own.mk>
PROG= binmiscctl
MAN= binmiscctl.8
.include <bsd.prog.mk>