File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / ipfw / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:16:02 2012 UTC (12 years, 4 months ago) by misho
Branches: miniupnpd, elwix, MAIN
CVS tags: v1_6elwix, v1_5, HEAD
miniupnpd

# $Id: Makefile,v 1.1.1.1 2012/02/21 23:16:02 misho Exp $
CC=gcc
CFLAGS=-Wall -g -I.
RM=rm -f

all:	testipfwrdr

clean:
	$(RM) *.o testipfwrdr

testipfwrdr:	testipfwrdr.o ipfwrdr.o
	$(CC) -o $@ $^

ipfwrdr.o:	ipfwrdr.c

testipfwrdr.o:	testipfwrdr.c


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