Wrong makefile in the wrong place.

Pointed out by: scottl
This commit is contained in:
Alfred Perlstein 2004-08-31 17:16:53 +00:00
parent acc387c393
commit 4d1183c13e

View 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>