!Just! fixing makefile, no code changes Geoff
This commit is contained in:
parent
a9e6b1a898
commit
0ffafd8bfe
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user