]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/fdescfs/Makefile
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / sys / modules / fdescfs / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../miscfs/fdesc
4 KMOD=   fdesc
5 SRCS=   vnode_if.h \
6         fdesc_vfsops.c fdesc_vnops.c
7 NOMAN=
8 CFLAGS+= -DFDESC
9
10 .include <bsd.kmod.mk>