1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/sbin/fsck/Makefile

9 lines
152 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 1996/09/27 22:38:37 christos Exp $
# $FreeBSD$
PROG= fsck
SRCS= fsck.c fsutil.c preen.c
MAN= fsck.8
.include <bsd.prog.mk>