mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
fix libdescrypt reference.
This commit is contained in:
parent
7560c41839
commit
7b0a9474f1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4730
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.9 1994/10/29 10:13:34 phk Exp $
|
||||
# $Id: Makefile,v 1.1 1994/11/14 20:45:26 phk Exp $
|
||||
|
||||
PROG= ed
|
||||
SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
|
||||
|
@ -7,7 +7,7 @@ LINKS= ${BINDIR}/ed ${BINDIR}/red
|
|||
NOMAN= true
|
||||
|
||||
CFLAGS+=-DDES
|
||||
LDADD+= -L../../lib/libdescrypt -ldescrypt
|
||||
LDADD+= -L../../lib/libcrypt -ldescrypt
|
||||
DPADD+= ../../lib/libcrypt/libdescrypt.a
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in a new issue