Annotation of embedaddon/arping/src/Makefile.am, revision 1.1

1.1     ! misho       1: # arping/src/Makefile.am
        !             2: 
        !             3: include $(top_srcdir)/Makefile.am.common
        !             4: 
        !             5: sbin_PROGRAMS = arping
        !             6: arping_SOURCES = arping.c
        !             7: 
        !             8: arping_LDADD = $(LIBOBJS)

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