]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/autofs/Makefile
Merge ^/vendor/compiler-rt/dist up to its last change, and resolve conflicts.
[FreeBSD/FreeBSD.git] / sys / modules / autofs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/fs/autofs
4
5 KMOD=   autofs
6 SRCS=   vnode_if.h \
7         autofs.c \
8         autofs_vnops.c \
9         autofs_vfsops.c
10
11 .include <bsd.kmod.mk>