]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - Makefile.am
Just cleanup up an error case to avoid overspamming the console.
[FreeBSD/FreeBSD.git] / Makefile.am
1 AUTOMAKE_OPTIONS = foreign dist-zip
2
3 SUBDIRS = lib cmd modules include scripts
4 CONFIG_CLEAN_FILES =  aclocal.m4 config.guess config.sub
5 CONFIG_CLEAN_FILES += depcomp install-sh missing mkinstalldirs
6 EXTRA_DIST = autogen.sh
7
8 rpms: dist Makefile
9         rpmbuild -ta $(distdir).tar.gz
10