summaryrefslogtreecommitdiffstats
path: root/sample/etc/Makefile.old
diff options
context:
space:
mode:
Diffstat (limited to 'sample/etc/Makefile.old')
-rw-r--r--sample/etc/Makefile.old22
1 files changed, 22 insertions, 0 deletions
diff --git a/sample/etc/Makefile.old b/sample/etc/Makefile.old
new file mode 100644
index 00000000..c9853374
--- /dev/null
+++ b/sample/etc/Makefile.old
@@ -0,0 +1,22 @@
+SUBDIR= chess chickens
+BBSHOME?=$(HOME)
+TARGET=$(BBSHOME)/etc/
+FILES= @five Welcome register today_boring \
+ Welcome_birth domain_name_query.cidr registered \
+ ve.hlp Logout Welcome_login expire.conf \
+ registeredmail MRT.map bad_host feast \
+ registermail Makefile banemail goodbye \
+ sysop board.help boardlist.help
+
+all:
+
+install_sub:
+ @for i in $(SUBDIR); do\
+ cd $$i;\
+ $(MAKE) BBSHOME=$(BBSHOME) install;\
+ cd ..;\
+ done
+
+install: install_sub
+ install -d $(TARGET)
+ install -c -m 644 $(FILES) $(TARGET)