Reorganize some files and import some others

This commit is contained in:
2015-01-14 15:14:22 +00:00
parent c03924f6a6
commit ecb0bb0815
29 changed files with 151 additions and 158 deletions

View File

@@ -0,0 +1,2 @@
lighttpd-php: php lighttpd
$(call script_force,$@)

3
build/make/lighttpd.mk Normal file
View File

@@ -0,0 +1,3 @@
lighttpd:
$(call script_force,$@)
$(call runit,$@)

3
build/make/mysql.mk Normal file
View File

@@ -0,0 +1,3 @@
mysql:
$(call script_force,$@)
$(call runit,$@)

2
build/make/php.mk Normal file
View File

@@ -0,0 +1,2 @@
php:
$(call script_force,$@)