summaryrefslogtreecommitdiff
path: root/automake1.11
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2013-02-18 16:07:09 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2013-02-18 16:07:09 +0400
commit2dfcd4b6f42bbdf34f3994a6c2be17efeb82ca11 (patch)
tree8c1220b027ba387e712dc64de58b36aea7764ff6 /automake1.11
parent7cecf7276af212549815023ac1bff374b926510f (diff)
downloadcibs-pkgs-2dfcd4b6f42bbdf34f3994a6c2be17efeb82ca11.tar.gz
Add support for debs
Diffstat (limited to 'automake1.11')
-rw-r--r--automake1.11/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/automake1.11/Makefile b/automake1.11/Makefile
index 68f32c6..1367d80 100644
--- a/automake1.11/Makefile
+++ b/automake1.11/Makefile
@@ -1,4 +1,6 @@
-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