mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
10 lines
276 B
Makefile
10 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
|
|
|