Diff for /embedaddon/miniupnpd/bsd/Makefile between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:16:02 version 1.1.1.2, 2012/05/29 12:55:57
Line 1 Line 1
 # $Id$  # $Id$
 # made for GNU Make  # made for GNU Make
 CFLAGS = -Wall -g  CFLAGS = -Wall -g
EXECUTABLES = testgetifstatsEXECUTABLES = testgetifstats testifacewatcher
   
 all:    $(EXECUTABLES)  all:    $(EXECUTABLES)
   
Line 10  clean: Line 10  clean:
   
 testobsdrdr.o:  testobsdrdr.c obsdrdr.h  testobsdrdr.o:  testobsdrdr.c obsdrdr.h
   
testgetifstats: testgetifstats.o getifstats.o -lkvmtestgetifstats: testgetifstats.o getifstats.o
         $(CC) $(CFLAGS) -o $@ $> -lkvm
 
 testifacewatcher:       testifacewatcher.o ifacewatcher.o upnputils.o
         $(CC) $(CFLAGS) -o $@ $>
 
 upnputils.o:    ../upnputils.c
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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