NetBSD/sbin/fsck_msdos/Makefile

17 lines
296 B
Makefile
Raw Normal View History

2006-08-26 22:14:28 +04:00
# $NetBSD: Makefile,v 1.11 2006/08/26 18:14:28 christos Exp $
.include <bsd.own.mk>
1996-05-14 21:39:21 +04:00
PROG= fsck_msdos
MAN= fsck_msdos.8
1996-09-28 03:22:50 +04:00
SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
2001-04-06 20:52:41 +04:00
FSCK= ${NETBSDSRCDIR}/sbin/fsck
1997-10-10 23:47:50 +04:00
CPPFLAGS+= -I${FSCK}
.PATH: ${FSCK}
2006-08-26 22:14:28 +04:00
LDADD+=-lutil
DPADD+=${LIBUTIL}
1996-05-14 21:39:21 +04:00
.include <bsd.prog.mk>