diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2013-02-21 07:23:52 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2013-02-21 07:23:52 +0400 |
commit | 4f8aa33828eb8ea1ccc2a78696c4d2354b018ecf (patch) | |
tree | 7a01ce955713d6d22d28401da2f6a65e9a66c59e /autoconf | |
parent | 6987c942a11bab3b146da8221f4e2c42373ae596 (diff) | |
download | cibs-pkgs-4f8aa33828eb8ea1ccc2a78696c4d2354b018ecf.tar.gz |
Allow building debs
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/Makefile | 3 |
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 |