mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
95fb75febe
which is in libcipher.a
11 lines
213 B
Makefile
11 lines
213 B
Makefile
# @(#)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>
|