freebsd-dev/tools/regression/aio/aiop/Makefile
Enji Cooper cfbf6b6975 - Fix style(9) a bit
-- Fix whitespace
-- Use err/errx
-- Remove superfluous braces
- Be a bit more defensive with input from the end-user
- Don't throw a floating point exception by dividing by 0 when processing a
  zero-byte file

MFC after: 1 week
2015-04-27 08:37:13 +00:00

9 lines
63 B
Makefile

# $FreeBSD$
PROG= aiop
MAN=
WARNS= 6
.include <bsd.prog.mk>