mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
11 lines
276 B
Makefile
11 lines
276 B
Makefile
AUTOMAKE_OPTIONS = foreign dist-zip
|
|
|
|
SUBDIRS = lib cmd module include scripts
|
|
CONFIG_CLEAN_FILES = aclocal.m4 config.guess config.sub
|
|
CONFIG_CLEAN_FILES += depcomp install-sh missing mkinstalldirs
|
|
EXTRA_DIST = autogen.sh
|
|
|
|
rpms: dist Makefile
|
|
rpmbuild -ta $(distdir).tar.gz
|
|
|