6b67c2eed8
Cure the "lets put everything in registers" ailment. Set WARNS=2 Fix two problems where casting messed up large quotafiles. PR: 34108 Submitted by: Maxim Katargin <kmv@asplinux.ru> MFC after: 3 weeks
12 lines
188 B
Makefile
12 lines
188 B
Makefile
# $FreeBSD$
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= quotacheck
|
|
SRCS= quotacheck.c preen.c utilities.c
|
|
WARNS= 2
|
|
MAN= quotacheck.8
|
|
|
|
.PATH: ${.CURDIR}/../fsck_ffs
|
|
|
|
.include <bsd.prog.mk>
|