~ubuntu-branches/debian/lenny/dnsmasq/lenny

« back to all changes in this revision

Viewing changes to contrib/wrt/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Simon Kelley
  • Date: 2008-07-20 19:27:11 UTC
  • mfrom: (0.3.1 upstream) (9.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080720192711-b0lg0kl8egyg0v1b
Tags: 2.45-1
New upstream - fixes regression when min-port not set.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CFLAGS?= -O2
 
1
CFLAGS?= -O2 -Wall -W
2
2
 
3
 
all: dhcp_release.c
4
 
        $(CC) $(CFLAGS) $(RPM_OPT_FLAGS) -Wall -W dhcp_release.c -o dhcp_release
 
3
all: dhcp_release dhcp_lease_time
5
4
 
6
5
clean:
7
 
        rm -f *~ *.o core dhcp_release
 
6
        rm -f *~ *.o core dhcp_release dhcp_lease_time