File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dnsmasq / contrib / lease-tools / Makefile
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 09:57:01 2016 UTC (8 years ago) by misho
CVS tags: MAIN, HEAD
Initial revision

CFLAGS?= -O2 -Wall -W

all: dhcp_release dhcp_release6 dhcp_lease_time

clean:
	rm -f *~ *.o core dhcp_release dhcp_release6 dhcp_lease_time

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