blob: 8592f7e37d11fccd603428a7388c88cde451cd0b (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.4 1997/09/21 11:36:40 deraadt Exp $
PROG= fsck_msdos
MAN= fsck_msdos.8
SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
CFLAGS+= -I${.CURDIR}/../fsck
.PATH: ${.CURDIR}/../fsck
.include <bsd.prog.mk>
|