aboutsummaryrefslogtreecommitdiffstats
path: root/mail_cmds/comsat
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-10 09:23:47 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-10 09:23:47 -0400
commit8199e6fb5d6fc34fdb82786405185ea11856dd48 (patch)
tree0dfa7952c3dc29d1a9db850b5a47877adbecd8f4 /mail_cmds/comsat
parentad3d9102dbec58bdd72fffe933081e8d258e962d (diff)
downloadapple_cmds-8199e6fb5d6fc34fdb82786405185ea11856dd48.tar.gz
apple_cmds-8199e6fb5d6fc34fdb82786405185ea11856dd48.tar.zst
apple_cmds-8199e6fb5d6fc34fdb82786405185ea11856dd48.zip
mail_cmds: All compiling
Diffstat (limited to 'mail_cmds/comsat')
-rw-r--r--mail_cmds/comsat/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/mail_cmds/comsat/Makefile b/mail_cmds/comsat/Makefile
index fd52e66..3f349ab 100644
--- a/mail_cmds/comsat/Makefile
+++ b/mail_cmds/comsat/Makefile
@@ -1,11 +1,4 @@
-Project = comsat
-Install_Dir = /usr/libexec
+PROG= comsat
+MAN= comsat.8
-CFILES = comsat.c
-MANPAGES = comsat.8
-LAUNCHD_PLISTS = comsat.plist
-
-Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
-Extra_LD_Flags = -dead_strip
-
-include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
+.include <bsd.prog.mk>