diff options
Diffstat (limited to 'sample/innd/Makefile')
-rw-r--r-- | sample/innd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sample/innd/Makefile b/sample/innd/Makefile index 28f297c2..ae2d8fe8 100644 --- a/sample/innd/Makefile +++ b/sample/innd/Makefile @@ -1,9 +1,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) |