f4ce06a920
- Get rid of unused argc/argv variables in main - Bump WARNS to 6 MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
8 lines
66 B
Makefile
8 lines
66 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= unix_gc
|
|
MAN=
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|