]> git.cameronkatri.com Git - apple_cmds.git/blob - remote_cmds/talk.tproj/Makefile
download.sh: Fix tar extract
[apple_cmds.git] / remote_cmds / talk.tproj / Makefile
1 Project = talk
2 Install_Dir = /usr/bin
3
4 HFILES = talk.h talk_ctl.h
5 CFILES = ctl.c ctl_transact.c display.c get_addrs.c get_names.c\
6 get_iface.c init_disp.c invite.c io.c look_up.c msgs.c talk.c
7 MANPAGES = talk.1
8
9 Extra_CC_Flags = -Wall -Werror -fPIE
10 Extra_LD_Flags = -dead_strip -pie
11
12 Extra_LD_Libraries = -lcurses
13
14 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make