diff options
author | Roy Marples <roy@marples.name> | 2008-01-11 11:27:30 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-11 11:27:30 +0000 |
commit | 590167e316a03944f2399b62ad7a876f09e00b82 (patch) | |
tree | 95d9d7687ec70636eaede599f6030748cdeb1842 /etc.BSD/Makefile | |
parent | cbc174bbbf0121d325b428c1b681ad0fa1970cc8 (diff) |
Ditto for rc.shutdown
Diffstat (limited to 'etc.BSD/Makefile')
-rw-r--r-- | etc.BSD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc.BSD/Makefile b/etc.BSD/Makefile index ef4d783c..083823e4 100644 --- a/etc.BSD/Makefile +++ b/etc.BSD/Makefile @@ -1,7 +1,7 @@ DIR= /etc -SRCS= rc.in +SRCS= rc.in rc.shutdown.in OBJS= ${SRCS:.in=} -CONF= rc.shutdown ${OBJS} +CONF= ${OBJS} MK= ../mk |