about summary refs log tree commit diff
path: root/src/usr.bin/signify/Makefile
blob: 09c3075240cbe8985256ef04bd2f0cfa0dd75bec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.10 2014/07/22 00:41:19 deraadt Exp $

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

PROG=	signify

LDADD=  -lutil
DPADD=  ${LIBUTIL}

COPTS+=	-Wall

.include <bsd.prog.mk>