10 lines
230 B
Makefile
10 lines
230 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/09/09 17:42:47 assar Exp $
|
|
|
|
SUBDIR= fdesc fifofs genfs kernfs nullfs overlay portal
|
|
SUBDIR+= procfs specfs syncfs umapfs union
|
|
|
|
KDIR= /sys/miscfs
|
|
INCSDIR= /usr/include/miscfs
|
|
|
|
.include <bsd.kinc.mk>
|