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

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

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

.PATH:	${MOUNT}

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

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