1# $OpenBSD: Makefile,v 1.4 2010/10/15 10:18:42 jsg Exp $ 2 3PROG= x99token 4LDADD+= -lcrypto 5DPADD+= ${LIBCRYPTO} 6 7.include <bsd.prog.mk> 8