BCM WL 6.30.102.9 (r366174)
[tomato.git] / release / src / router / miniupnpd / ipfw / Makefile
blob6db0a25ce62dfc155ef6a4a32fa2ac71258bcd3b
1 # $Id: Makefile,v 1.3 2012/09/20 12:46:01 nanard Exp $
2 CC=gcc
3 CFLAGS=-Wall -g -I.
4 RM=rm -f
6 all: testipfwrdr
8 clean:
9 $(RM) *.o testipfwrdr
11 testipfwrdr: testipfwrdr.o ipfwrdr.o ipfwaux.o
12 $(CC) -o $@ $^
14 ipfwrdr.o: ipfwrdr.c ipfwaux.c
16 testipfwrdr.o: testipfwrdr.c