File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dhcdrop / src / Makefile.am
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:25:35 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    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>