File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dnsmasq / contrib / lease-tools / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 09:57:01 2016 UTC (7 years, 8 months ago) by misho
Branches: dnsmasq, MAIN
CVS tags: v8_2p1, v2_84, v2_76p1, HEAD
dnsmasq 2.76

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>