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/talk.tproj/Makefile | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'remote_cmds/talk.tproj/Makefile') diff --git a/remote_cmds/talk.tproj/Makefile b/remote_cmds/talk.tproj/Makefile index 47e3631..ea9860e 100644 --- a/remote_cmds/talk.tproj/Makefile +++ b/remote_cmds/talk.tproj/Makefile @@ -1,14 +1,8 @@ -Project = talk -Install_Dir = /usr/bin +PROG= talk +SRCS= ctl_transact.c ctl.c display.c get_addrs.c \ + get_iface.c get_names.c init_disp.c invite.c \ + io.c look_up.c msgs.c talk.c -HFILES = talk.h talk_ctl.h -CFILES = ctl.c ctl_transact.c display.c get_addrs.c get_names.c\ - get_iface.c init_disp.c invite.c io.c look_up.c msgs.c talk.c -MANPAGES = talk.1 +LDADD=-lncursesw -Extra_CC_Flags = -Wall -Werror -fPIE -Extra_LD_Flags = -dead_strip -pie - -Extra_LD_Libraries = -lcurses - -include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make +.include -- cgit v1.2.3-56-ge451