freebsd-dev/sbin/quotacheck/Makefile
Poul-Henning Kamp 6b67c2eed8 Fix some function prototypes.
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
2002-01-25 20:45:30 +00:00

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>