10fe46dc6SMatthew Dillon# @(#)Makefile 8.1 (Berkeley) 6/6/93 20fe46dc6SMatthew Dillon# $FreeBSD: src/secure/usr.bin/bdes/Makefile,v 1.14 2004/02/23 20:25:27 johan Exp $ 30fe46dc6SMatthew Dillon 40fe46dc6SMatthew DillonPROG= bdes 50fe46dc6SMatthew Dillon 60fe46dc6SMatthew DillonWARNS?= 2 70fe46dc6SMatthew Dillon 8*117e566dSSascha WildnerDPADD= ${LIBCRYPTO} 90fe46dc6SMatthew DillonLDADD= -lprivate_crypto 1038b720cdSzrjLDFLAGS+= ${PRIVATELIB_LDFLAGS} 110fe46dc6SMatthew DillonCFLAGS+= -I${.CURDIR}/../../crypto/libressl/include 120fe46dc6SMatthew Dillon 130fe46dc6SMatthew Dillon.include <bsd.prog.mk> 14