summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2008-07-03 18:09:08 +0000
committerJason Parker <jparker@digium.com>2008-07-03 18:09:08 +0000
commit68308cee40f6562f8fa9f3cd8ecc4405f699833e (patch)
tree213676a49d05ad8a7419a043ad90719eab8737b2 /Makefile
parent4451fe68599dd3016befbcfac386972263ec2f0d (diff)
No longer install utils into /sbin/ (with the justification that "that's just how we've always done it").
Use what configure detected sbindir as. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4534 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e7a29a7..3aaac90 100644
--- a/Makefile
+++ b/Makefile
@@ -87,9 +87,7 @@ LTZ_SO_MINOR_VER:=0
# libdir, includedir and mandir are defined in makeopts (from
# configure).
-# we use /sbin, rather than configure's $(sbindir) because we use /sbin
-# for historical reasons.
-BIN_DIR:=/sbin
+BIN_DIR:=$(sbindir)
LIB_DIR:=$(libdir)
INC_DIR:=$(includedir)/dahdi
MAN_DIR:=$(mandir)/man8