mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
11 lines
188 B
Makefile
11 lines
188 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/06/28 16:11:35 rumble Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/miscfs/fdesc
|
|
|
|
KMOD= fdesc
|
|
SRCS= fdesc_vfsops.c fdesc_vnops.c
|
|
|
|
.include <bsd.kmodule.mk>
|