1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sbin/quotacheck/Makefile
2001-03-20 18:13:31 +00:00

9 lines
160 B
Makefile

# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= quotacheck
SRCS= quotacheck.c preen.c utilities.c
.PATH: ${.CURDIR}/../fsck_ffs
.include <bsd.prog.mk>