diff options
author | Roy Marples <roy@marples.name> | 2007-11-14 16:39:07 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-14 16:39:07 +0000 |
commit | ed20354fdbcf8e34f8346728390decc4cff302b1 (patch) | |
tree | fa93898410cfa169cd6a52d6127eb8797971af60 /Makefile | |
parent | 4888f3c97d8e239005e3ccc6a4da46ab2f354564 (diff) |
add etc back for BSD installing rc and rc.shutdown
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ NAME = openrc VERSION = 1.0pre1 PKG = $(NAME)-$(VERSION) -SUBDIRS = conf.d init.d man net sh src +SUBDIRS = etc conf.d init.d man net sh src ifeq ($(OS),) OS=$(shell uname -s) |