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

PROG=	mount_nwfs
SRCS=	mount_nwfs.c getmntopts.c
MAN8=	mount_nwfs.8

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

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

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