mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
11 lines
178 B
Makefile
11 lines
178 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.3 1994/09/12 17:27:55 ache Exp $
|
|
|
|
PROG= bdes
|
|
SRCS= bdes.c
|
|
|
|
LDADD+= -lcipher
|
|
DPADD+= ${LIBCIPHER}
|
|
|
|
.include <bsd.prog.mk>
|