summaryrefslogblamecommitdiffstats
path: root/sample/etc/Makefile
blob: f8087583a5475afe8f14327ed8e4972c648d4cf2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                      

                      






                                                                         





                                
                                                    





                                            
SUBDIR= chess chickens
BBSHOME?=$(HOME)
TARGET=$(BBSHOME)/etc/
FILES=  @five       Welcome     Welcome_birth   Welcome_login   \
    Logout      goodbye     bad_host    today_boring    \
    register    registered  registermail    registeredmail  \
    feast       sysop       \
    ve.hlp      board.help  boardlist.help  \
    editable    expire.conf domain_name_query.cidr  \
    banemail    whitemail   whitemail.notice

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)