]> git.cameronkatri.com Git - apple_cmds.git/blobdiff - mail_cmds/msgs/Makefile
Update README.md
[apple_cmds.git] / mail_cmds / msgs / Makefile
index 3319b01d5b54f290b10f3ccf74fbc91534c47c2b..a0d558d59ee6fe32647c3d1cdac66f944b25c408 100644 (file)
@@ -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>