OBJS =		bcrypt_pbkdf.o blf.o explicit_bzero.o sha2.o
SRCS =		bcrypt_pbkdf.c blf.c explicit_bzero.c sha2.c

all: ${OBJS}

.include <bsd.prog.mk>
