NetBSD/sbin/fsck_msdos/Makefile

18 lines
356 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2010/04/11 08:23:52 hannken Exp $
.include <bsd.own.mk>
1996-05-14 21:39:21 +04:00
PROG= fsck_msdos
MAN= fsck_msdos.8
SRCS= main.c check.c boot.c fat.c dir.c fsutil.c snapshot.c
2001-04-06 20:52:41 +04:00
FSCK= ${NETBSDSRCDIR}/sbin/fsck
DUMP= ${NETBSDSRCDIR}/sbin/dump
CPPFLAGS+= -I${FSCK} -I${DUMP}
.PATH: ${FSCK} ${DUMP}
2006-08-26 22:14:28 +04:00
LDADD+=-lutil
DPADD+=${LIBUTIL}
1996-05-14 21:39:21 +04:00
.include <bsd.prog.mk>