aboutsummaryrefslogtreecommitdiffstats
path: root/remote_cmds/talkd.tproj/Makefile
blob: f67b40b448e6fc770055cefc1e7ec7c2d56c5b0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Project = ntalkd
Install_Dir = /usr/libexec

HFILES = talkd.h
CFILES = announce.c print.c process.c table.c talkd.c ../wall.tproj/ttymsg.c
MANPAGES = ntalkd.8
LAUNCHD_PLISTS =  ntalk.plist

Extra_CC_Flags = -Wall -Werror -fPIE
Extra_LD_Flags = -dead_strip -pie

Extra_CC_Flags += -D__FBSDID=__RCSID

include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make