!Just! fixing makefile, no code changes Geoff

This commit is contained in:
Paul Traina 1994-09-30 06:04:40 +00:00
parent ad0e3007f6
commit 448380bfbf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3232

View File

@ -1,10 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.2 1994/09/07 07:16:52 pst Exp $
# $Id: Makefile,v 1.3 1994/09/12 17:27:55 ache Exp $
PROG= bdes
SRCS= bdes.c
LDADD+= -lcrypt -lcipher
DPADD+= /usr/lib/libcrypt.a /usr/lib/libcipher.a
LDADD+= -lcipher
DPADD+= ${LIBCIPHER}
.include <bsd.prog.mk>