summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/bdes/Makefile
blob: 0cb9f7c13e89fe059118452285f881e4394ce6c5 (plain)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
#	$Id: Makefile,v 1.2 1994/09/07 07:16:52 pst Exp $

PROG=	bdes
SRCS=	bdes.c

LDADD+= -lcrypt -lcipher
DPADD+= /usr/lib/libcrypt.a /usr/lib/libcipher.a

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