aboutsummaryrefslogtreecommitdiffstats
path: root/mail_cmds/from/Makefile
blob: b0c5bd7597e613b03e65182e950814230b25a60f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Project = from
Install_Dir = /usr/bin

CFILES = from.c
MANPAGES = from.1

Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
Extra_LD_Flags = -dead_strip

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