freebsd-dev/sys/modules/autofs/Makefile
Alfred Perlstein 7a3b8aefbf sync with private code:
fix a 5.x'ism that 4.x needs protection from.
make this code compile standalone.
2004-09-08 08:44:14 +00:00

17 lines
256 B
Makefile

# $FreeBSD$
# $Id: Makefile,v 1.11 2004/09/08 08:12:21 bright Exp $
SRCDIR= ${.CURDIR}/../../fs/autofs
.PATH: ${SRCDIR}
CFLAGS+= -I${SRCDIR}
KMOD= autofs
SRCS= vnode_if.h \
autofs_vfsops.c autofs_util.c autofs_vnops.c
.include <bsd.kmod.mk>