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

1.1     ! misho       1: sbin_PROGRAMS = dhcdrop
        !             2: dhcdrop_SOURCES = dhcdrop.c dhcp_functions.c net_functions.c
        !             3: noinst_HEADERS = common_includes.h dhcdrop.h dhcdrop_types.h dhcp_functions.h dhcp.h net.h net_functions.h
        !             4: dhcdrop_LDADD = -lpcap
        !             5: if ENABLE_STATIC_BUILD
        !             6: dhcdrop_LDFLAGS = -all-static
        !             7: endif

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