mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 05:59:13 -04:00
11 lines
221 B
Makefile
11 lines
221 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/01/05 15:36:51 pooka Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/fs/sysvbfs
|
|
|
|
KMOD= sysvbfs
|
|
SRCS= bfs.c bfs_sysvbfs.c sysvbfs.c sysvbfs_vnops.c sysvbfs_vfsops.c
|
|
|
|
.include <bsd.kmodule.mk>
|