diff options
author | Roy Marples <roy@marples.name> | 2008-01-03 15:35:10 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-03 15:35:10 +0000 |
commit | 0176ee89ed256559616fd215f0eda849fbb8f0bd (patch) | |
tree | 5b42cc7d4ba9746523ad1c16ee66ad75e4b222dd | |
parent | 19765f289c109658252f67b31b869c64b015e454 (diff) |
rc.conf, not rc
-rw-r--r-- | etc.Linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc.Linux/Makefile b/etc.Linux/Makefile index bd853760..d120a085 100644 --- a/etc.Linux/Makefile +++ b/etc.Linux/Makefile @@ -1,6 +1,6 @@ DIR = /etc CONF = inittab -CONF_APPEND = rc +CONF_APPEND = rc.conf TOPDIR = .. include $(TOPDIR)/default.mk |