c850dea23e
ipv6 and https (SSL). WWW: http://www.acme.com/software/http_post/ PR: ports/171492 Submitted by: masaki@club.kyutech.ac.jp
12 lines
252 B
Text
12 lines
252 B
Text
PROG = http_post
|
|
SRCS = http_post.c
|
|
|
|
.ifndef NO_OPENSSL
|
|
CFLAGS += -DUSE_SSL -I${OPENSSLBASE}/include ${OPENSSL_CFLAGS}
|
|
LDFLAGS += -L${OPENSSLBASE}/lib -lssl -lcrypto
|
|
.endif
|
|
|
|
BINDIR = ${PREFIX}/bin
|
|
MANDIR = ${PREFIX}/man/man
|
|
|
|
.include <bsd.prog.mk>
|