]> git.proxmox.com Git - dab-pve-appliances.git/blob - ubuntu-hardy-minimal/Makefile
fix #4858: install libsasl2-modules for pmg
[dab-pve-appliances.git] / ubuntu-hardy-minimal / Makefile
1
2
3 BASEDIR:=$(shell dab basedir)
4
5 all: info/init_ok
6 dab bootstrap --minimal
7 dab finalize
8
9 info/init_ok: dab.conf
10 dab init
11 touch $@
12
13 .PHONY: clean
14 clean:
15 dab clean
16 rm -f *~
17
18 .PHONY: dist-clean
19 dist-clean:
20 dab dist-clean
21 rm -f *~