summaryrefslogtreecommitdiffstats
path: root/sample/innd/Makefile.old
diff options
context:
space:
mode:
Diffstat (limited to 'sample/innd/Makefile.old')
-rw-r--r--sample/innd/Makefile.old9
1 files changed, 9 insertions, 0 deletions
diff --git a/sample/innd/Makefile.old b/sample/innd/Makefile.old
new file mode 100644
index 00000000..28f297c2
--- /dev/null
+++ b/sample/innd/Makefile.old
@@ -0,0 +1,9 @@
+BBSHOME?=$(HOME)
+TARGET=$(BBSHOME)/innd/
+FILES=bbsname.bbs newsfeeds.bbs nodelist.bbs ntu.active ncmperm.bbs
+
+all:
+
+install:
+ install -d $(TARGET)
+ install -c -m 644 $(FILES) $(TARGET)