diff options
Diffstat (limited to 'sample/innd/Makefile')
-rw-r--r-- | sample/innd/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sample/innd/Makefile b/sample/innd/Makefile new file mode 100644 index 00000000..853ba0db --- /dev/null +++ b/sample/innd/Makefile @@ -0,0 +1,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) |