summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_nwfs/Makefile
blob: c6a4f10a4e12e540734c4cb5a9222f9c16a09b72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PROG=	mount_nwfs
SRCS=	mount_nwfs.c getmntopts.c

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -DNWFS -I${MOUNT}
.PATH:	${MOUNT}

DPADD=	${LIBNCP} ${LIBIPX}
LDADD=	-lncp -lipx

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud