mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
10 lines
136 B
Makefile
10 lines
136 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/fs/autofs
|
|
|
|
KMOD= autofs
|
|
SRCS= vnode_if.h \
|
|
autofs.c \
|
|
autofs_vnops.c \
|
|
autofs_vfsops.c
|
|
|
|
.include <bsd.kmod.mk>
|