!Just! fixing makefile, no code changes Geoff

This commit is contained in:
pst 1994-09-30 06:04:40 +00:00
parent a9e6b1a898
commit 0ffafd8bfe

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>