From 5ff979921c3371ebc7e800d06794a5e9b1971b6c Mon Sep 17 00:00:00 2001 From: gdt Date: Tue, 30 Jan 2007 01:26:58 +0000 Subject: [PATCH] Even though the parent doesn't descend here, it's still convenient to have a makefile to build the 4 examples at once. --- share/examples/puffs/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 share/examples/puffs/Makefile diff --git a/share/examples/puffs/Makefile b/share/examples/puffs/Makefile new file mode 100644 index 000000000000..3684ff443ccc --- /dev/null +++ b/share/examples/puffs/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1 2007/01/30 01:26:58 gdt Exp $ + +SUBDIR= dtfs pnullfs rot13fs sysctlfs + +.include