ports/www/http_load/files/Makefile.bsd
Christian Weisgerber d9029f1552 www/*: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-21 09:15:37 +00:00

13 lines
265 B
Makefile

PROG = http_load
SRCS = http_load.c timers.c
.ifndef NO_OPENSSL
CFLAGS += -DUSE_SSL -I${OPENSSLBASE}/include ${OPENSSL_CFLAGS}
LDADD += -L${OPENSSLBASE}/lib -lssl -lcrypto
.endif
BINDIR = ${PREFIX}/bin
MANDIR = ${PREFIX}/share/man/man
.include <bsd.prog.mk>