Apparently this works

This commit is contained in:
(≧◡≦) 2022-06-20 12:40:51 +02:00
parent 76e713f5b1
commit 3cf76d429e

View file

@ -4,5 +4,5 @@ MAN = sakisafecli.1 sakisafeclirc.5
LDADD = -lssl -lz -lpthread -lnghttp2 -lcurl -lconfig -lcrypto -L/usr/local/lib
PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
MANDIR = $(PREFIX)/man
MANDIR = $(PREFIX)/man/man
.include <bsd.prog.mk>