summaryrefslogtreecommitdiffstats
path: root/mail_cmds/msgs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail_cmds/msgs/Makefile')
-rw-r--r--mail_cmds/msgs/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail_cmds/msgs/Makefile b/mail_cmds/msgs/Makefile
new file mode 100644
index 0000000..3319b01
--- /dev/null
+++ b/mail_cmds/msgs/Makefile
@@ -0,0 +1,11 @@
+Project = msgs
+Install_Dir = /usr/bin
+
+CFILES = msgs.c
+MANPAGES = msgs.1
+
+Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_LD_Flags = -dead_strip \
+ -lcurses
+
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make