diff options
author | Roy Marples <roy@marples.name> | 2007-11-19 16:42:28 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-19 16:42:28 +0000 |
commit | 88ccccc22a3f8938bcd43ffbe86d3b9c3c814ad3 (patch) | |
tree | e4637b861c8a4f65713d6825b8c6749bdfa0fa66 /etc.BSD/Makefile | |
parent | 81715c31594ac2f02b1d73dc9df0a7e9a19ca9a7 (diff) |
Move runlevel and lib logic to the sub Makefiles
Diffstat (limited to 'etc.BSD/Makefile')
-rw-r--r-- | etc.BSD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc.BSD/Makefile b/etc.BSD/Makefile index 61df479d..6ddb3448 100644 --- a/etc.BSD/Makefile +++ b/etc.BSD/Makefile @@ -1,5 +1,5 @@ DIR = /etc -FILES = rc rc.shutdown +CONF = rc rc.shutdown TOPDIR = .. include $(TOPDIR)/default.mk |