3914ddf8a7
UNIX systems, eg. MacOS X and Solaris. It uses Sun-compatible map format, has proper kernel support, and LDAP integration. There are still a few outstanding problems; they will be fixed shortly. Reviewed by: allanjude@, emaste@, kib@, wblock@ (earlier versions) Phabric: D523 MFC after: 2 weeks Relnotes: yes Sponsored by: The FreeBSD Foundation
12 lines
151 B
Makefile
12 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/autofs
|
|
|
|
KMOD= autofs
|
|
SRCS= vnode_if.h \
|
|
autofs.c \
|
|
autofs_vnops.c \
|
|
autofs_vfsops.c
|
|
|
|
.include <bsd.kmod.mk>
|