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

CFILES = biff.c
MANPAGES = biff.1

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

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