1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/finance/libstocks/files/Makefile.client
Mikhail Teterin 5df3e27b73 Fix the include path, so the client binary compiles...
Submitted by: fenner's build log
2002-01-25 17:52:59 +00:00

13 lines
179 B
Makefile

PROG= libstocks_client
SRCS= client.c
NOMAN= 1
PREFIX?=/usr/local
BINDIR= ${PREFIX}/bin
CFLAGS+=-I${.CURDIR}/../lib
LDADD+= -L../lib -lstocks
build: all
.include <bsd.prog.mk>