From ae31e19f92e717919ac8e3db9039eb38d2b89aae Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 7 Mar 2002 15:13:44 +0000 Subject: Initial revision git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- sample/etc/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sample/etc/Makefile (limited to 'sample/etc/Makefile') diff --git a/sample/etc/Makefile b/sample/etc/Makefile new file mode 100644 index 00000000..8881af2a --- /dev/null +++ b/sample/etc/Makefile @@ -0,0 +1,18 @@ +SUBDIR=chickens +BBSHOME?=$(HOME) +TARGET=$(BBSHOME)/etc/ +FILES= Welcome Welcome_login goodbye register registered ve.hlp Logout\ + Welcome_birth domain_name_query feast today_boring + +all: + +install_sub: + @for i in $(SUBDIR); do\ + cd $$i;\ + make BBSHOME=$(BBSHOME) OSTYPE=$(OSTYPE) install;\ + cd ..;\ + done + +install: install_sub + install -d $(TARGET) + install -c -m 644 $(FILES) $(TARGET) -- cgit v1.2.3