]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sbin/mount_nfs/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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_newnfs.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_newnfs
16
17 .PATH: ${MOUNT} ${UMNTALL}
18
19 .include <bsd.prog.mk>