Add a build directory and Makefile for pseudofs.
This commit is contained in:
parent
f3573821ba
commit
3ba7e430ab
6
sys/modules/fs/Makefile
Normal file
6
sys/modules/fs/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += pseudofs
|
||||
|
||||
.include <bsd.subdir.mk>
|
14
sys/modules/fs/pseudofs/Makefile
Normal file
14
sys/modules/fs/pseudofs/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../fs/pseudofs
|
||||
|
||||
CFLAGS+=-g -DINVARIANT_SUPPORT -DINVARIANTS -DWITNESS
|
||||
KMOD= pseudofs
|
||||
SRCS= vnode_if.h \
|
||||
pseudofs.c \
|
||||
pseudofs_fileno.c \
|
||||
pseudofs_vncache.c \
|
||||
pseudofs_vnops.c
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
x
Reference in New Issue
Block a user