mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
11 lines
157 B
Makefile
11 lines
157 B
Makefile
# $Id$
|
|
|
|
.PATH: ${.CURDIR}/../../sys/miscfs/fdesc
|
|
KMOD= fdesc_mod
|
|
SRCS= fdesc_vfsops.c fdesc_vnops.c
|
|
NOMAN=
|
|
VFS_LKM=
|
|
CFLAGS+= -DFDESC
|
|
|
|
.include <bsd.kmod.mk>
|