aboutsummaryrefslogtreecommitdiffstats
path: root/mk/Variables.mk
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-11-02 15:05:11 +0000
committerkraxel <kraxel>2007-11-02 15:05:11 +0000
commitc31563927b4291cdf4ef698eed706e991a43461f (patch)
tree9d1a65429548a7ff57300caa5b3ad371395d0775 /mk/Variables.mk
parent3534e4eca796a42b054b3030cbbca69bd082832a (diff)
downloadxenwatch-c31563927b4291cdf4ef698eed706e991a43461f.tar.gz
minor bugfix release
Diffstat (limited to 'mk/Variables.mk')
-rw-r--r--mk/Variables.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/Variables.mk b/mk/Variables.mk
index fdb1653..99f787c 100644
--- a/mk/Variables.mk
+++ b/mk/Variables.mk
@@ -6,6 +6,7 @@ DESTDIR =
srcdir ?= .
prefix ?= /usr/local
bindir = $(DESTDIR)$(prefix)/bin
+sbindir = $(DESTDIR)$(prefix)/sbin
libdir = $(DESTDIR)$(prefix)/$(LIB)
shrdir = $(DESTDIR)$(prefix)/share
mandir = $(shrdir)/man