]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/mount_nwfs/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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
10 .PATH:  ${MOUNT}
11
12 DPADD=  ${LIBNCP} ${LIBIPX}
13 LDADD=  -lncp -lipx
14
15 .include <bsd.prog.mk>