OSDN Git Service

fix add-on function.
[hmh/hhml.git] / Makefile
1 .include "Makefile.conf"
2
3 SUBDIR += ext
4 SUBDIR += mldump
5 SUBDIR += ml_debug
6 SUBDIR += ml
7 #SUBDIR += cgi_debug
8 #SUBDIR += cgi
9
10 install: dist
11         rsync -avH dist/* ${HTCMDDIR}/
12
13 .include <bsd.subdir.mk>
14
15 .PHONY: dist
16
17 dist: _SUBDIR