summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 17:43:14 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 17:43:14 +0000
commit12abb7a7f487ad3e6b72ed733ac9e86c8220daa3 (patch)
tree1a9ca792ee533a5007f627e01644ae2e26834e83 /Makefile
parent81fd2c8de1bb4a1c4624400d78ea083ec2d5fdd2 (diff)
Move chkconfig logic to configure script rather than Makefile.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2720 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 360d515..4f9e43a 100644
--- a/Makefile
+++ b/Makefile
@@ -89,11 +89,6 @@ ifneq (,$(wildcard $(ROOT_PREFIX)/etc/udev/rules.d))
UDEVRULES=yes
endif
-CHKCONFIG:=$(shell sh -c 'type -p chkconfig' 2> /dev/null)
-ifndef CHKCONFIG
-CHKCONFIG:=:
-endif
-
ifneq ($(wildcard .version),)
ZAPTELVERSION:=$(shell cat .version)
else