summaryrefslogtreecommitdiffstats
path: root/sbin/mount_umapfs/Makefile
blob: 0f5891fb2bf8cd540ace682c4590e8cbc8039ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)Makefile	8.3 (Berkeley) 3/27/94
# $FreeBSD$

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

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

.PATH:	${MOUNT}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud