Annotation of embedaddon/miniupnpd/netfilter/Makefile, revision 1.1.1.1

1.1       misho       1: # $Id: Makefile,v 1.1 2007/10/06 11:36:22 nanard Exp $
                      2: CFLAGS=-Wall -g
                      3: 
                      4: all:   iptcrdr.o testiptcrdr
                      5: 
                      6: clean:
                      7:        $(RM) *.o testiptcrdr
                      8: 
                      9: testiptcrdr:   testiptcrdr.o iptcrdr.o -liptc
                     10: 
                     11: iptcrdr.o:     iptcrdr.c iptcrdr.h
                     12: 

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