diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 00:36:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 00:36:01 +0000 |
commit | 082e875778c51eba9dd109113e8ffdfa89170f98 (patch) | |
tree | e32dcb4593f4992769e0a8d1d8c3ad80fa20e5c4 /usr.bin/telnet/Makefile | |
parent | 1da51e29f50d8de8dafecad57f99e3344d90388a (diff) |
no libcrypt, fix DPADD
Diffstat (limited to 'usr.bin/telnet/Makefile')
-rw-r--r-- | usr.bin/telnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index ebd3256d11c..ddc3992de6d 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1996/09/05 09:10:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1997/03/26 00:35:39 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1996/02/28 21:03:49 thorpej Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -41,7 +41,7 @@ CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -DSKEY -Dunix CFLAGS+=-DENV_HACK CFLAGS+=-I${.CURDIR}/../../lib LDADD+= -ltermcap -ltelnet -DPADD= ${LIBTERMCAP} +DPADD= ${LIBTERMCAP} ${LIBTELNET} SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \ |