Annotation of embedaddon/miniupnpd/mac/Makefile, revision 1.1.1.2

1.1.1.2 ! misho       1: # $Id: Makefile,v 1.2 2011/02/20 23:43:41 nanard Exp $
1.1       misho       2: # made for GNU Make
                      3: CFLAGS = -Wall -g
                      4: EXECUTABLES = testgetifstats
                      5: 
                      6: all:   $(EXECUTABLES)
                      7: 
                      8: clean:
                      9:        rm -f *.o $(EXECUTABLES)
                     10: 
                     11: testmacrdr.o:  testmacrdr.c macrdr.h
                     12: 
                     13: testgetifstats:        testgetifstats.o getifstats.o
                     14: 

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