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

all:

install:
    install -d $(TARGET)
    install -c -m 644 $(FILES) $(TARGET)