11558Srgrimes#	@(#)Makefile	8.2 (Berkeley) 3/27/94
253550Sdillon#
353550Sdillon# $FreeBSD: releng/10.2/sbin/mount_nfs/Makefile 275257 2014-11-29 15:57:31Z trasz $
41558Srgrimes
51558SrgrimesPROG=	mount_nfs
653550SdillonSRCS=	mount_nfs.c getmntopts.c mounttab.c
774815SruMAN=	mount_nfs.8
8221288SrmacklemMLINKS=	mount_nfs.8 mount_oldnfs.8
91558Srgrimes
101558SrgrimesMOUNT=	${.CURDIR}/../mount
1153550SdillonUMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall
1253550SdillonCFLAGS+= -DNFS -I${MOUNT} -I${UMNTALL}
1387325Sobrien
14221124SrmacklemLINKS=	${BINDIR}/mount_nfs ${BINDIR}/mount_oldnfs
15192930Srmacklem
1653550Sdillon.PATH: ${MOUNT} ${UMNTALL}
171558Srgrimes
181558Srgrimes.include <bsd.prog.mk>
19