Even though the parent doesn't descend here, it's still convenient to

have a makefile to build the 4 examples at once.
This commit is contained in:
gdt 2007-01-30 01:26:58 +00:00
parent a8accd0f06
commit 5ff979921c
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# $NetBSD: Makefile,v 1.1 2007/01/30 01:26:58 gdt Exp $
SUBDIR= dtfs pnullfs rot13fs sysctlfs
.include <bsd.subdir.mk>