Current Path : /compat/linux/proc/self/root/usr/src/sbin/fsck_msdosfs/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/src/sbin/fsck_msdosfs/Makefile |
# $NetBSD: Makefile,v 1.6 1997/05/08 21:11:11 gwr Exp $ # $FreeBSD: release/9.1.0/sbin/fsck_msdosfs/Makefile 209364 2010-06-20 09:40:54Z brian $ FSCK= ${.CURDIR}/../fsck .PATH: ${FSCK} PROG= fsck_msdosfs MAN= fsck_msdosfs.8 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c CFLAGS+= -I${FSCK} WARNS?= 2 .include <bsd.prog.mk>