Makefile revision 4485
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2#	$Id: Makefile,v 1.4 1994/09/30 06:04:40 pst Exp $
3
4PROG=	bdes
5SRCS=	bdes.c
6
7LDADD+= -L../../lib/libcipher -lcipher
8DPADD+= ../../lib/libcipher/libcipher.a
9
10.include <bsd.prog.mk>
11