summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-14 13:39:34 +0000
committerRoy Marples <roy@marples.name>2007-11-14 13:39:34 +0000
commitccf79ceb475d94236acca378e079625ef511eda2 (patch)
treed5dc7a6048d50d2c23682421a87fa2cfa8e5ee0c /src/Makefile
parentb439703b4d3198f0d1c2568b3f97576d39ed914f (diff)
downloadopenrc-ccf79ceb475d94236acca378e079625ef511eda2.tar.gz
openrc-ccf79ceb475d94236acca378e079625ef511eda2.tar.bz2
openrc-ccf79ceb475d94236acca378e079625ef511eda2.tar.xz
Control of system defined env vars should not be done by us.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index f633b1c..571a48e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -56,7 +56,7 @@ LIBRCSO = librc.so.$(LIBRCSOVER)
LIBRCOBJS = librc.o librc-depend.o librc-daemon.o librc-misc.o librc-strlist.o
LDLIBS_LIBRC =
-RCOBJS = checkown.o env-update.o fstabinfo.o mountinfo.o \
+RCOBJS = checkown.o fstabinfo.o mountinfo.o \
rc-depend.o rc-logger.o rc-misc.o rc-plugin.o rc-status.o \
rc-update.o \
runscript.o start-stop-daemon.o rc.o
@@ -85,7 +85,7 @@ RC_SBINLINKS = mark_service_starting mark_service_started \
mark_service_coldplugged mark_service_failed \
rc-abort
BINLINKS = rc-status
-SBINLINKS = env-update rc-update runscript start-stop-daemon
+SBINLINKS = rc-update runscript start-stop-daemon
ALL_LINKS = $(BINLINKS) $(SBINLINKS) $(RC_BINLINKS) $(RC_SBINLINKS)
# We also define _BSD_SOURCE so both Linux and the BSDs get a few