freebsd-dev/sbin/mksnap_ffs/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
272 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${.CURDIR:H}/mount
PACKAGE=ufs
PROG= mksnap_ffs
SRCS= mksnap_ffs.c getmntopts.c
MAN= mksnap_ffs.8
WARNS?= 2
CFLAGS+=-I${.CURDIR:H}/mount
.if defined(NOSUID)
BINMODE=554
.else
BINMODE=4554
BINOWN= root
.endif
BINGRP= operator
.include <bsd.prog.mk>