aboutsummaryrefslogtreecommitdiffstats
path: root/mail_cmds/msgs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail_cmds/msgs/Makefile')
-rw-r--r--mail_cmds/msgs/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/mail_cmds/msgs/Makefile b/mail_cmds/msgs/Makefile
index 3319b01..a0d558d 100644
--- a/mail_cmds/msgs/Makefile
+++ b/mail_cmds/msgs/Makefile
@@ -1,11 +1,5 @@
-Project = msgs
-Install_Dir = /usr/bin
+PROG= msgs
-CFILES = msgs.c
-MANPAGES = msgs.1
+LDADD=-lncursesw
-Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
-Extra_LD_Flags = -dead_strip \
- -lcurses
-
-include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
+.include <bsd.prog.mk>