diff options
author | Roy Marples <roy@marples.name> | 2007-11-19 13:48:43 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-19 13:48:43 +0000 |
commit | 5f8cf73b22b259658d92397f3e6478ef80ed5691 (patch) | |
tree | 56b3aee976fcb92d04d406860081daaed8c7208c /conf.d/Makefile | |
parent | 2ef9c5c5208d6d911c3826d94ac72c2bd9813c2c (diff) |
Our build chain now works with GNU and BSD make implementations
Diffstat (limited to 'conf.d/Makefile')
-rw-r--r-- | conf.d/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile index 278910fb..cce63f66 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -1,5 +1,6 @@ -DIR = /etc/conf.d -FILES_NOEXIST = $(filter-out Makefile,$(wildcard *)) +DIR = /etc/conf.d +CONF = bootmisc checkfs clock env_whitelist hostname local.start local.stop \ + net rc urandom TOPDIR = .. include $(TOPDIR)/default.mk |