summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/bdes/Makefile
blob: 1b19c58eb3ec23ba74a8a067925a3a8817c0a3fd (plain)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
#	$Id: Makefile,v 1.4 1994/09/30 06:04:40 pst Exp $

PROG=	bdes
SRCS=	bdes.c

LDADD+= -L../../lib/libcipher -lcipher
DPADD+= ../../lib/libcipher/libcipher.a

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud