blob: 91d2e046c80087c46e84ef775c32e58a03bee92f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.2 2018/12/06 16:51:19 tedu Exp $
PROG= rebound
SRCS= rebound.c randomid.c https.c
LDADD= -ltls
DPADD= ${LIBTLS}
CFLAGS+=-Wall
MAN= rebound.8
.include <bsd.prog.mk>
|