Remove at request of author, perhaps to be re-added later.

This commit is contained in:
Mark Murray 2004-11-10 19:54:18 +00:00
parent dfcc91e219
commit c9472fb2c6
3 changed files with 0 additions and 20 deletions

View File

@ -847,9 +847,6 @@ dev/xe/if_xe_pccard.c optional xe pccard
dev/zs/zs.c optional zs
dev/zs/zs_sbus.c optional zs fhc
dev/zs/zs_sbus.c optional zs sbus
fs/autofs/autofs_vnops.c optional autofs
fs/autofs/autofs_vfsops.c optional autofs
fs/autofs/autofs_util.c optional autofs
fs/deadfs/dead_vnops.c standard
fs/devfs/devfs_devs.c standard
fs/devfs/devfs_rule.c standard

View File

@ -27,7 +27,6 @@ SUBDIR= ${_3dfx} \
ath \
${_ath_hal} \
aue \
autofs \
${_auxio} \
${_awi} \
axe \

View File

@ -1,16 +0,0 @@
# $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>