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

PROG=	mount_nfs
SRCS=	mount_nfs.c getmntopts.c mounttab.c
MAN=	mount_nfs.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