11 lines
206 B
Makefile
11 lines
206 B
Makefile
|
# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../sys/miscfs/fdesc
|
||
|
KMOD= fdesc_mod
|
||
|
SRCS= fdesc_vfsops.c fdesc_vnops.c
|
||
|
NOMAN=
|
||
|
VFS_LKM=
|
||
|
CFLAGS+= -DFDESC
|
||
|
|
||
|
.include <bsd.kmod.mk>
|