2d68bf45bf
Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
10 lines
161 B
Makefile
10 lines
161 B
Makefile
# $NetBSD: Makefile,v 1.14 1996/09/27 22:38:37 christos Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= fsck
|
|
SRCS= fsck.c fsutil.c preen.c
|
|
WARNS= 0
|
|
MAN= fsck.8
|
|
|
|
.include <bsd.prog.mk>
|