Annotation of embedaddon/arping/Makefile.am, revision 1.1.1.2
1.1 misho 1: # arping/Makefile.am
2: #
3: include $(top_srcdir)/Makefile.am.common
4:
5: SUBDIRS=src doc
6:
1.1.1.2 ! misho 7: tarball:
! 8: ./extra/mktarball latest
! 9:
1.1 misho 10: mrproper: maintainer-clean
11: rm -f aclocal.m4 configure.scan depcomp missing install-sh config.h.in
12: rm -f Makefile.in configure autoscan*.log config.guess config.sub
1.1.1.2 ! misho 13: rm -f ltmain.sh configure.in src/Makefile.in doc/Makefile.in
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>