From a392a1e8cb1cd1100bfdf68d33b334ce6ff58b40 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 15 Jun 2008 10:49:11 +0000 Subject: [PATCH] Remove BSD style makefile git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2669 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 varnish-cache/bin/varnishtest/Makefile diff --git a/varnish-cache/bin/varnishtest/Makefile b/varnish-cache/bin/varnishtest/Makefile deleted file mode 100644 index f704e3b0..00000000 --- a/varnish-cache/bin/varnishtest/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -PROG = vtc - -SRCS += vtc.c -SRCS += vtc_server.c -SRCS += vtc_client.c -SRCS += vtc_vcl.c -SRCS += vtc_stats.c -SRCS += vtc_varnish.c - -CFLAGS += -g - -NO_MAN = sorry - -WARNS ?= 6 - -.include - -test: ${PROG} - ./${PROG} ${.CURDIR}/t000.vtc -- 2.39.5