]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/fdescfs/Makefile
Import tzdata 2020c
[FreeBSD/FreeBSD.git] / sys / modules / fdescfs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/fs/fdescfs
4
5 KMOD=   fdescfs
6 SRCS=   vnode_if.h \
7         fdesc_vfsops.c fdesc_vnops.c
8
9 .include <bsd.kmod.mk>