summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs4/Makefile
blob: c418b72f7e8e786f5cff411df28c055d4d4708a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	${.CURDIR}(#)Makefile	8.2 (Berkeley) 3/27/94
#
# $FreeBSD$

PROG=	mount_nfs4
SRCS=	mount_nfs4.c getmntopts.c mounttab.c
MAN=	mount_nfs4.8

MOUNT=	${.CURDIR}/../mount
UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall
CFLAGS+= -DNFS -I${MOUNT} -I${UMNTALL}
WARNS=	2

.PATH: ${MOUNT} ${UMNTALL}

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