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 /libexec/telnetd/Makefile | |
parent | 1da51e29f50d8de8dafecad57f99e3344d90388a (diff) |
no libcrypt, fix DPADD
Diffstat (limited to 'libexec/telnetd/Makefile')
-rw-r--r-- | libexec/telnetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 61a56aa8ff0..5d04c5c1193 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1996/03/28 23:21:53 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 1997/03/26 00:34:38 deraadt Exp $ # from: @(#)Makefile 8.2 (Berkeley) 12/15/93 # $NetBSD: Makefile,v 1.6 1996/02/24 01:22:12 jtk Exp $ @@ -7,7 +7,7 @@ CFLAGS+=-DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO -DDIAGNOSTICS CFLAGS+=-DOLD_ENVIRON -DENV_HACK -I${.CURDIR} SRCS= authenc.c global.c slc.c state.c sys_term.c telnetd.c \ termstat.c utility.c -DPADD= ${LIBUTIL} ${LIBTERM} +DPADD= ${LIBUTIL} ${LIBTERM} ${LIBTELNET} LDADD+= -lutil -ltermcap -ltelnet MAN= telnetd.8 |