openbsd-ports/www/http_ping/files/Makefile.bsd
margarida 4dbdf49237 Update to http_ping 03apr2002.
Add myself as MAINTAINER.

brad@ ok
2002-11-30 01:21:28 +00:00

13 lines
225 B
Makefile

# $OpenBSD: Makefile.bsd,v 1.2 2002/11/30 01:21:28 margarida Exp $
PROG = http_ping
SRCS = http_ping.c
CPPFLAGS+= -DUSE_SSL
LDADD += -lssl -lcrypto
BINDIR = ${PREFIX}/bin
MANDIR = ${PREFIX}/man/cat
.include <bsd.prog.mk>