Current Path : /usr/src/sbin/mksnap_ffs/ |
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 : //usr/src/sbin/mksnap_ffs/Makefile |
# $FreeBSD: release/9.1.0/sbin/mksnap_ffs/Makefile 198236 2009-10-19 16:00:24Z ru $ .PATH: ${.CURDIR}/../mount PROG= mksnap_ffs SRCS= mksnap_ffs.c getmntopts.c MAN= mksnap_ffs.8 WARNS?= 2 CFLAGS+=-I${.CURDIR}/../mount .if defined(NOSUID) BINMODE=550 .else BINMODE=4550 BINOWN= root .endif BINGRP= operator .include <bsd.prog.mk>