mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Wrong makefile in the wrong place.
Pointed out by: scottl
This commit is contained in:
parent
acc387c393
commit
4d1183c13e
1 changed files with 14 additions and 0 deletions
14
sys/modules/autofs/Makefile
Normal file
14
sys/modules/autofs/Makefile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
TOPDIR=${.CURDIR}/../..
|
||||
|
||||
.PATH: ${TOPDIR}/fs/autofs
|
||||
|
||||
CFLAGS+= -I${TOPDIR}/fs/autofs
|
||||
CFLAGS+= -Werror
|
||||
KMOD= autofs
|
||||
|
||||
SRCS= vnode_if.h \
|
||||
autofs_vfsops.c autofs_util.c autofs_vnops.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue