File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / arping / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:16:27 2012 UTC (12 years, 7 months ago) by misho
Branches: arping, MAIN
CVS tags: v2_09p0, v2_09, HEAD
arping

    1: # arping/Makefile.am
    2: #
    3: include $(top_srcdir)/Makefile.am.common
    4: 
    5: SUBDIRS=src doc
    6: 
    7: mrproper: maintainer-clean
    8: 	rm -f aclocal.m4 configure.scan depcomp missing install-sh config.h.in
    9: 	rm -f Makefile.in configure autoscan*.log config.guess config.sub
   10: 	rm -f ltmain.sh configure.in

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