mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 13:48:27 -04:00
12 lines
207 B
Makefile
12 lines
207 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/07/31 19:16:45 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../miscfs/fdesc
|
|
|
|
LIB= rumpfs_fdesc
|
|
|
|
SRCS= fdesc_vfsops.c fdesc_vnops.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|