From b9db19b71926ba1d2b0722a43cf538bf139fc0d9 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Mon, 10 May 2021 10:44:54 -0400 Subject: remote_cmds: All compiling --- remote_cmds/telnet.tproj/Makefile | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) (limited to 'remote_cmds/telnet.tproj/Makefile') diff --git a/remote_cmds/telnet.tproj/Makefile b/remote_cmds/telnet.tproj/Makefile index dc8569b..281feaf 100644 --- a/remote_cmds/telnet.tproj/Makefile +++ b/remote_cmds/telnet.tproj/Makefile @@ -1,18 +1,14 @@ -Project = telnet -Install_Dir = /usr/local/bin +PROG= telnet +SRCS= authenc.c commands.c main.c network.c \ + ring.c sys_bsd.c telnet.c terminal.c tn3270.c \ + utilities.c genget.c auth.c misc.c -HFILES = externs.h fdset.h general.h krb4-proto.h ring.h types.h\ - defines.h misc.h misc-proto.h -CFILES = authenc.c commands.c main.c network.c ring.c sys_bsd.c\ - telnet.c terminal.c tn3270.c utilities.c +CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK \ + -DAUTHENTICATION -DSKEY -DIPSEC -DINET6 -DFORWARD \ + -I${.CURDIR}/../../lib + # -DENCRYPTION -DKRB4 +LDADD=-lncursesw -lipsec -Extra_CC_Flags = -Wall -Werror -Wno-string-plus-int -fPIE -Extra_CC_Flags += -D__FBSDID=__RCSID -Extra_LD_Flags = -dead_strip -pie +.PATH: ../../lib/libtelnet -Extra_CC_Flags += -DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK \ - -DAUTHENTICATION -DKRB5 -DSKEY -DIPSEC -DINET6 -DFORWARD - # -DENCRYPTION -DKRB4 -Extra_LD_Libraries = -lcurses -lkrb4 -lkrb5 -lipsec -ltelnet - -include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make +.include -- cgit v1.2.3-56-ge451