Annotation of embedaddon/mtr/Makefile.dist, revision 1.1

1.1     ! misho       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>