mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove at request of author, perhaps to be re-added later.
This commit is contained in:
parent
dfcc91e219
commit
c9472fb2c6
3 changed files with 0 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ SUBDIR= ${_3dfx} \
|
|||
ath \
|
||||
${_ath_hal} \
|
||||
aue \
|
||||
autofs \
|
||||
${_auxio} \
|
||||
${_awi} \
|
||||
axe \
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in a new issue