summaryrefslogtreecommitdiff
path: root/net-misc/switzerland/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/switzerland/files/Makefile')
-rw-r--r--net-misc/switzerland/files/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-misc/switzerland/files/Makefile b/net-misc/switzerland/files/Makefile
deleted file mode 100644
index c1e582d56dc4..000000000000
--- a/net-misc/switzerland/files/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-SRC = FastCollector.c
-OBJ = ${SRC:.c=.o}
-
-LIBS = -lpcap
-
-all: FastCollector
-
-.c.o:
- $(CC) -c $(CFLAGS) $<
-
-FastCollector: $(OBJ)
- $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(OBJ) $(LIBS)