From 9635b455c7ba6d5a7e196ac8776fc28c6f1e03e4 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 20 Nov 2007 17:37:15 +0000 Subject: Introduce CONTENTS variable into Makefiles to list the contents of the directory, excluding the Makefile for to Make life easier --- init.d.Linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d.Linux/Makefile') 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 -- cgit v1.2.3