Commit 296d2855 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove BSD style makefile



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2669 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 951d1ec8
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 <bsd.prog.mk>
test: ${PROG}
./${PROG} ${.CURDIR}/t000.vtc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment