summaryrefslogtreecommitdiff
path: root/autoconf/Makefile
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2013-02-21 07:23:52 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2013-02-21 07:23:52 +0400
commit4f8aa33828eb8ea1ccc2a78696c4d2354b018ecf (patch)
tree7a01ce955713d6d22d28401da2f6a65e9a66c59e /autoconf/Makefile
parent6987c942a11bab3b146da8221f4e2c42373ae596 (diff)
downloadcibs-pkgs-4f8aa33828eb8ea1ccc2a78696c4d2354b018ecf.tar.gz
Allow building debs
Diffstat (limited to 'autoconf/Makefile')
-rw-r--r--autoconf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/autoconf/Makefile b/autoconf/Makefile
index be67d4e..48bd637 100644
--- a/autoconf/Makefile
+++ b/autoconf/Makefile
@@ -1,4 +1,5 @@
-include /usr/share/cibs/rules/ips.mk
+package ?= ips
+include /usr/share/cibs/rules/$(package).mk
include /usr/share/cibs/rules/archive.mk
include /usr/share/cibs/rules/autotools.mk
include /usr/share/cibs/rules/noarch.mk