aboutsummaryrefslogtreecommitdiffstats
path: root/mail_cmds/biff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail_cmds/biff/Makefile')
-rw-r--r--mail_cmds/biff/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail_cmds/biff/Makefile b/mail_cmds/biff/Makefile
new file mode 100644
index 0000000..2672505
--- /dev/null
+++ b/mail_cmds/biff/Makefile
@@ -0,0 +1,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