ports/www/http_load/files/Makefile.bsd

12 lines
167 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
PROG = http_load
SRCS = http_load.c timers.c
CPPFLAGS+= -DUSE_SSL
LDADD += -lssl -lcrypto
BINDIR = ${PREFIX}/bin
MANDIR = ${PREFIX}/man/man
.include <bsd.prog.mk>