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

sbin_PROGRAMS = dhcdrop
dhcdrop_SOURCES = dhcdrop.c dhcp_functions.c net_functions.c
noinst_HEADERS = common_includes.h dhcdrop.h dhcdrop_types.h dhcp_functions.h dhcp.h net.h net_functions.h
dhcdrop_LDADD = -lpcap
if ENABLE_STATIC_BUILD
dhcdrop_LDFLAGS = -all-static
endif

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