freebsd-dev/secure/usr.bin/bdes/Makefile
Bruce Evans ea36b96388 Link to libcipher in the usual way. `bdes' depended on a nonexistent
library.  This only worked because of the undocmented feature of make(1)
that targets named foo.a are always up to date.

Fixed some style bugs.
2001-08-03 22:28:25 +00:00

9 lines
121 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= bdes
DPADD= ${LIBCIPHER}
LDADD= -lcipher
.include <bsd.prog.mk>