openbsd-ports/www/http_ping/files/Makefile.bsd
naddy dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00

13 lines
221 B
Makefile

# $OpenBSD: Makefile.bsd,v 1.3 2011/06/23 22:50:30 naddy Exp $
PROG = http_ping
SRCS = http_ping.c
CPPFLAGS+= -DUSE_SSL
LDADD += -lssl -lcrypto
BINDIR = ${PREFIX}/bin
MANDIR = ${PREFIX}/man/man
.include <bsd.prog.mk>