File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / ipfw / Makefile
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 00:32:35 2013 UTC (10 years, 11 months ago) by misho
Branches: miniupnpd, elwix, MAIN
CVS tags: v1_8p0, v1_8, HEAD
1.8

    1: # $Id: Makefile,v 1.1.1.2 2013/07/22 00:32:35 misho Exp $
    2: CC=gcc
    3: CFLAGS=-Wall -g -I.
    4: RM=rm -f
    5: 
    6: all: testipfwrdr
    7: 
    8: clean:
    9: 	$(RM) *.o testipfwrdr
   10: 
   11: testipfwrdr: testipfwrdr.o ipfwrdr.o ipfwaux.o
   12: 	$(CC) -o $@ $^
   13: 
   14: ipfwrdr.o: ipfwrdr.c ipfwaux.c
   15: 
   16: testipfwrdr.o: testipfwrdr.c
   17: 

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