]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/mount_nwfs/Makefile
This commit was generated by cvs2svn to compensate for changes in r76866,
[FreeBSD/FreeBSD.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}/../mount
8 CFLAGS+= -DNWFS -I${MOUNT}
9 .PATH:  ${MOUNT}
10
11 DPADD=  ${LIBNCP} ${LIBIPX}
12 LDADD=  -lncp -lipx
13
14 .include <bsd.prog.mk>