mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
2d68bf45bf
Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
9 lines
112 B
Makefile
9 lines
112 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= badsect
|
|
WARNS= 0
|
|
MAN= badsect.8
|
|
|
|
.include <bsd.prog.mk>
|