6ad10804f7
mount_fdesc -> mount_fdescfs mount_null -> mount_nullfs mount_portal -> mount_portalfs mount_umap -> mount_umapfs mount_union -> mount_unionfs
14 lines
298 B
Makefile
14 lines
298 B
Makefile
# From: @(#)Makefile 8.3 (Berkeley) 3/27/94
|
|
# $FreeBSD$
|
|
|
|
PROG= mount_portalfs
|
|
SRCS= mount_portalfs.c activate.c conf.c getmntopts.c pt_conf.c \
|
|
pt_exec.c pt_file.c pt_tcp.c pt_tcplisten.c
|
|
MAN= mount_portalfs.8
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
|
CFLAGS+=-I${MOUNT}
|
|
.PATH: ${MOUNT}
|
|
|
|
.include <bsd.prog.mk>
|