aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/signify/Makefile
blob: de945715d4c1428c079f724fca4471d7223f2e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.12 2017/05/28 21:59:56 tedu Exp $

SRCS=	signify.c
SRCS+=	zsig.c
SRCS+=	fe25519.c sc25519.c
SRCS+=	mod_ed25519.c mod_ge25519.c
SRCS+=	crypto_api.c

PROG=	signify

LDADD=  -lutil
DPADD=  ${LIBUTIL}

COPTS+=	-Wall

.include <bsd.prog.mk>