]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/mount_nfs/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sbin / mount_nfs / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 3/27/94
2 #
3 # $FreeBSD$
4
5 PROG=   mount_nfs
6 SRCS=   mount_nfs.c getmntopts.c mounttab.c
7 MAN=    mount_nfs.8
8 MLINKS= mount_nfs.8 mount_oldnfs.8
9
10 MOUNT=  ${.CURDIR}/../mount
11 UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall
12 CFLAGS+= -DNFS -I${MOUNT} -I${UMNTALL}
13 WARNS?= 3
14
15 LINKS=  ${BINDIR}/mount_nfs ${BINDIR}/mount_oldnfs
16
17 .PATH: ${MOUNT} ${UMNTALL}
18
19 .include <bsd.prog.mk>