Current Path : /usr/src/usr.sbin/mount_nwfs/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/usr.sbin/mount_nwfs/Makefile |
# $FreeBSD: release/9.1.0/usr.sbin/mount_nwfs/Makefile 204710 2010-03-04 16:07:14Z uqs $ PROG= mount_nwfs SRCS= mount_nwfs.c getmntopts.c MAN= mount_nwfs.8 MOUNT= ${.CURDIR}/../../sbin/mount CFLAGS+= -DNWFS -I${MOUNT} .PATH: ${MOUNT} DPADD= ${LIBNCP} ${LIBIPX} LDADD= -lncp -lipx .include <bsd.prog.mk>