summaryrefslogtreecommitdiffstats
path: root/sample/innd/Makefile
blob: ae2d8fe88e0ac6c2fa9ec20d289647ad59c1a42c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
BBSHOME?=$(HOME)
TARGET=$(BBSHOME)/innd/
INSTALLTAG=$(TARGET).installed
FILES=bbsname.bbs newsfeeds.bbs nodelist.bbs ntu.active ncmperm.bbs

all:

install:
    install -d $(TARGET)
    test ! -e $(INSTALLTAG) && touch $(INSTALLTAG)
    install -c -m 644 $(FILES) $(TARGET)