Return to BSD News archive
Path: sserve!manuel.anu.edu.au!munnari.oz.au!sgiblab!sdd.hp.com!usc!news.service.uci.edu!network.ucsd.edu!sdcc12!sdcc8!cs65xat
From: cs65xat@sdcc8.ucsd.edu (PleaseDontErase/tmp)
Newsgroups: comp.unix.bsd
Subject: Telnet makefile errors
Keywords: telnet Telnet makefile Makefile bugs
Message-ID: <40440@sdcc12.ucsd.edu>
Date: 2 Nov 92 20:13:22 GMT
Sender: news@sdcc12.ucsd.edu
Lines: 38
Nntp-Posting-Host: sdcc8.ucsd.edu
I'm having problems compiling telnet on my account. I'm
running 4.3 BSD Unix. The following is the makefile I have:
#
# @(#)Makefile 5.6 (Berkeley) 3/5/91
#
PROG= telnet
CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -DAUTHENTICATE -DENCRYPT
CFLAGS+=-I${.CURDIR}/../../lib
CFLAGS+= -DKRB4
LDADD= -ltermcap -ltelnet
LDADD+= -lkrb -ldes
DPADD= ${LIBTERMCAP}
SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \
terminal.c tn3270.c utilities.c
..include <bsd.prog.mk>
^^^^^^^^^^^^^^^^^^^^^^
The follow was the error message I got when I compiled it:
> make: Fatal error in reader: Makefile, line 51: Unexpected end of
> line seen
The underlined is line 51... I really don't understand why
it didn't work. Any ideas as to why? Thanks in advance. Post or
e-mail is fine.
email: cs65xat@sdcc8.ucsd.edu