all: +CONTENTS
	pkg_create -f +CONTENTS

+CONTENTS:
	sh gen_contents.sh

clean:
	rm -rf +CONTENTS *.tgz

