diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-29 17:56:21 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-29 18:15:37 -0500 |
commit | b7baff2c2bd86402d2645828af30d2f46bd68edb (patch) | |
tree | da4a3514709bb0e4b6873942e0342edb8cbee003 /src/xbs-abslibre/Makefile | |
parent | cceb77e73bc5e83a3da6e5bf5505eaef5d99b3a0 (diff) |
initial implementations of xbs and xbs-abslibre
Diffstat (limited to 'src/xbs-abslibre/Makefile')
-rw-r--r-- | src/xbs-abslibre/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xbs-abslibre/Makefile b/src/xbs-abslibre/Makefile new file mode 100644 index 0000000..cbe09fa --- /dev/null +++ b/src/xbs-abslibre/Makefile @@ -0,0 +1,3 @@ +pkgconfdir = $(sysconfdir)/xbs +pkglibexecdir = $(libexecdir)/xbs +include ../../common.mk |