diff options
author | Roy Marples <roy@marples.name> | 2007-11-20 17:37:15 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-20 17:37:15 +0000 |
commit | 9635b455c7ba6d5a7e196ac8776fc28c6f1e03e4 (patch) | |
tree | eb58ecc87b35a3d27c94e19c7a01c51798cdc68f /init.d.Linux/Makefile | |
parent | 18acf0803c49e5921cac4b065d5962a51df89231 (diff) |
Introduce CONTENTS variable into Makefiles to list the contents of the directory, excluding the Makefile for to Make life easier
Diffstat (limited to 'init.d.Linux/Makefile')
-rw-r--r-- | init.d.Linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.Linux/Makefile b/init.d.Linux/Makefile index 3ed63756..c50e550a 100644 --- a/init.d.Linux/Makefile +++ b/init.d.Linux/Makefile @@ -1,5 +1,5 @@ DIR = /etc/init.d -BIN = clock consolefont keymaps modules numlock sysctl +BIN = $(CONTENTS) TOPDIR = .. include $(TOPDIR)/default.mk |