diff options
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 |