freebsd-dev/sbin/fsck_msdosfs/Makefile
Glen Barber 406d87b1c3 Explicitly add more files to the 'runtime' package.
Sponsored by:	The FreeBSD Foundation
2016-02-09 20:19:31 +00:00

15 lines
258 B
Makefile

# $NetBSD: Makefile,v 1.6 1997/05/08 21:11:11 gwr Exp $
# $FreeBSD$
FSCK= ${.CURDIR}/../fsck
.PATH: ${FSCK}
PACKAGE=runtime
PROG= fsck_msdosfs
MAN= fsck_msdosfs.8
SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
CFLAGS+= -I${FSCK}
.include <bsd.prog.mk>