LIB= pwstore SRCS= pwstore_disk.c pwstore.c passphrase.c pwstore_convert.c SRCS+= pwstore_search.c util.c HDRS= pwstore.h passphrase.h LDADD+= -lcrypto CFLAGS+= -std=c99 -Werror -pedantic -Wall -Wextra MAN= pwstore_safe_create.3 includes: @cd ${.CURDIR}; for i in $(HDRS); do \ j="cmp -s $$i ${DESTDIR}/usr/include/$$i || \ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i\ ${DESTDIR}/usr/include/"; \ echo $$j; \ eval "$$j"; \ done; .include