File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / arping / Makefile.am
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 16:26:43 2014 UTC (9 years, 11 months ago) by misho
Branches: arping, MAIN
CVS tags: v2_21, v2_15_cross, v2_15, v2_13, HEAD
arping 2.13

    1: # arping/Makefile.am
    2: #
    3: include $(top_srcdir)/Makefile.am.common
    4: 
    5: SUBDIRS=src doc
    6: 
    7: tarball:
    8: 	./extra/mktarball latest
    9: 
   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
   13: 	rm -f ltmain.sh configure.in src/Makefile.in doc/Makefile.in

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>