1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/usr.sbin/mount_nwfs/Makefile

16 lines
226 B
Makefile

# $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>