Modified makefile for FreeBSD porting
This commit is contained in:
parent
f36642ca74
commit
418fce13bf
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ PROG = sakisafecli
|
||||||
SRCS += funcs.c sakisafecli.c
|
SRCS += funcs.c sakisafecli.c
|
||||||
MAN = sakisafecli.1 sakisafeclirc.5
|
MAN = sakisafecli.1 sakisafeclirc.5
|
||||||
LDADD = -lssl -lz -lpthread -lnghttp2 -lcurl -lconfig -lcrypto -L/usr/local/lib
|
LDADD = -lssl -lz -lpthread -lnghttp2 -lcurl -lconfig -lcrypto -L/usr/local/lib
|
||||||
CPPFLAGS = -I/usr/local/include
|
|
||||||
BINDIR=/usr/local/bin
|
BINDIR=/usr/local/bin
|
||||||
|
MANDIR=/usr/local/man
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue