# pkgsrc Makefile

CFLAGS	+= -include outils.h -isystem ./incs

PROG	:= signify

SRCS	:= signify.c crypto_api.c fe25519.c mod_ed25519.c \
	   mod_ge25519.c sc25519.c zsig.c pledge.c \
	   ohash.c readpassphrase.c sha2.c sha256hl.c \
	   sha512_256hl.c sha512hl.c timingsafe_bcmp.c \
	   bcrypt_pbkdf.c blowfish.c $(EXTRA_SRCS)

.include <bsd.prog.mk>
