summaryrefslogtreecommitdiffstats
path: root/sbin/mount_umap/Makefile
blob: f78f2f3bc862140b3f2e8d564dae38a6d6a43fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.3 (Berkeley) 3/27/94
# $FreeBSD$

PROG=	mount_umap
SRCS=	mount_umap.c getmntopts.c

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH:	${MOUNT}

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