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, 10 months ago) by misho
Branches: mtr, elwix, MAIN
CVS tags: v0_86, v0_85, HEAD
0.85

    1: 
    2: #
    3: # This is an attempt on simplifying the compilation of mtr to a simple "make". 
    4: #
    5: 
    6: firstrule: 
    7: 	./configure 
    8: 	$(MAKE)
    9: 
   10: clean: 
   11: 	rm -f *.o *~ core
   12: 
   13: distclean: clean
   14: 	rm -f mtr config.cache config.status config.log \
   15: 	          stamp-h stamp-h[0-9]* TAGS ID
   16: 

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