config root man

Current Path : /usr/src/sbin/mount_ext2fs/

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
Upload File :
Current File : //usr/src/sbin/mount_ext2fs/Makefile

#	@(#)Makefile	8.3 (Berkeley) 3/27/94
# $FreeBSD: release/9.1.0/sbin/mount_ext2fs/Makefile 198236 2009-10-19 16:00:24Z ru $

PROG=	mount_ext2fs
SRCS=	mount_ext2fs.c getmntopts.c
MAN=	mount_ext2fs.8

WARNS?=	2
MOUNT=	${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}

.PATH:	${MOUNT}

.include <bsd.prog.mk>

Man Man