]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/mount_nwfs/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / mount_nwfs / Makefile
1 # $FreeBSD$
2
3 PROG=   mount_nwfs
4 SRCS=   mount_nwfs.c getmntopts.c
5 MAN=    mount_nwfs.8
6
7 MOUNT=  ${.CURDIR}/../../sbin/mount
8 CFLAGS+= -DNWFS -I${MOUNT}
9 WARNS?= 0
10
11 .PATH:  ${MOUNT}
12
13 DPADD=  ${LIBNCP} ${LIBIPX}
14 LDADD=  -lncp -lipx
15
16 .include <bsd.prog.mk>