File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mtr / Makefile.dist
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jul 21 23:43:41 2013 UTC (10 years, 9 months ago) by misho
Branches: mtr, elwix, MAIN
CVS tags: v0_86, v0_85, HEAD
0.85


#
# This is an attempt on simplifying the compilation of mtr to a simple "make". 
#

firstrule: 
	./configure 
	$(MAKE)

clean: 
	rm -f *.o *~ core

distclean: clean
	rm -f mtr config.cache config.status config.log \
	          stamp-h stamp-h[0-9]* TAGS ID


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