7539732e2f
- Respect PREFIX - Cleanup PR: ports/102819 (based-on) Submitted by: Hung-Je Lou <snese@csie.isu.edu.tw>
12 lines
259 B
Text
12 lines
259 B
Text
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}/man/man
|
|
|
|
.include <bsd.prog.mk>
|