1 2 3 4 5 6 7
# $OpenBSD: Makefile,v 1.2 2014/05/30 15:17:43 jsing Exp $ PROG= aes_wrap LDADD= -lcrypto DPADD= ${LIBCRYPTO} .include <bsd.regress.mk>