diff options
author | Roy Marples <roy@marples.name> | 2007-11-23 12:12:38 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-23 12:12:38 +0000 |
commit | bbd25ccc00808dbadcc2dde57d3292b1be1be6bb (patch) | |
tree | 8be98cecdd35048641cf0276c3570c05768a4d50 /etc.BSD | |
parent | 81d508b0b548134aa76282e8a4fd1b1b7be2d79c (diff) |
Add devd and hooks
Diffstat (limited to 'etc.BSD')
-rw-r--r-- | etc.BSD/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc.BSD/Makefile b/etc.BSD/Makefile index 9399c9b8..1e5b056e 100644 --- a/etc.BSD/Makefile +++ b/etc.BSD/Makefile @@ -1,5 +1,6 @@ DIR = /etc -CONF = rc rc.shutdown +CONF = devd.conf rc rc.shutdown +BIN = rc.devd TOPDIR = .. include $(TOPDIR)/default.mk |