ea36b96388
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.
9 lines
121 B
Makefile
9 lines
121 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= bdes
|
|
DPADD= ${LIBCIPHER}
|
|
LDADD= -lcipher
|
|
|
|
.include <bsd.prog.mk>
|