summaryrefslogtreecommitdiffstats
path: root/sample/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sample/Makefile')
-rw-r--r--sample/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sample/Makefile b/sample/Makefile
new file mode 100644
index 00000000..7ba47da6
--- /dev/null
+++ b/sample/Makefile
@@ -0,0 +1,11 @@
+SUBDIR=etc innd
+BBSHOME?=$(HOME)
+
+all:
+
+install:
+ @for i in $(SUBDIR); do\
+ cd $$i;\
+ make BBSHOME=$(BBSHOME) OSTYPE=$(OSTYPE) $@;\
+ cd ..;\
+ done