mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
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.
8 lines
121 B
Makefile
8 lines
121 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= bdes
|
|
DPADD= ${LIBCIPHER}
|
|
LDADD= -lcipher
|
|
|
|
.include <bsd.prog.mk>
|