From 81cc284beee802e5d1136d63679df5cdd4feb451 Mon Sep 17 00:00:00 2001 From: kcwu Date: Tue, 19 Oct 2004 14:17:05 +0000 Subject: install sample chess poem git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2267 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- sample/etc/Makefile | 2 +- sample/etc/chess/Makefile | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 sample/etc/chess/Makefile diff --git a/sample/etc/Makefile b/sample/etc/Makefile index 449fe284..bcb8469d 100644 --- a/sample/etc/Makefile +++ b/sample/etc/Makefile @@ -1,4 +1,4 @@ -SUBDIR=chickens +SUBDIR= chess chickens BBSHOME?=$(HOME) TARGET=$(BBSHOME)/etc/ FILES= @five Welcome register today_boring \ diff --git a/sample/etc/chess/Makefile b/sample/etc/chess/Makefile new file mode 100644 index 00000000..a01e3cf1 --- /dev/null +++ b/sample/etc/chess/Makefile @@ -0,0 +1,11 @@ +BBSHOME?=$(HOME) +TARGET=$(BBSHOME)/etc/chess/ +FILES= 1.poem 2.poem 3.poem 4.poem 5.poem 6.poem 7.poem 8.poem 9.poem \ + 10.poem 11.poem 12.poem 13.poem 14.poem 15.poem 16.poem + +all: + +install: + install -d $(TARGET) + install -c -m 644 $(FILES) $(TARGET) + -- cgit v1.2.3