blob: cc4c316af3677d11cae9a4e9af221467323fe33d (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.9 2009/12/05 20:11:17 pooka Exp $
SUBDIR= fdesc fifofs genfs kernfs nullfs overlay
SUBDIR+= procfs specfs syncfs umapfs
INCSDIR= /usr/include/miscfs
.include <bsd.kinc.mk>
|