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, 4 months ago) by misho
Branches: arping, MAIN
CVS tags: v2_09p0, v2_09, HEAD
arping

# arping/Makefile.am
#
include $(top_srcdir)/Makefile.am.common

SUBDIRS=src doc

mrproper: maintainer-clean
	rm -f aclocal.m4 configure.scan depcomp missing install-sh config.h.in
	rm -f Makefile.in configure autoscan*.log config.guess config.sub
	rm -f ltmain.sh configure.in

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