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/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/mail_cmds/biff/Makefile b/mail_cmds/biff/Makefile
index 2672505..6ba1615 100644
--- a/mail_cmds/biff/Makefile
+++ b/mail_cmds/biff/Makefile
@@ -1,10 +1,3 @@
-Project = biff
-Install_Dir = /usr/bin
+PROG= biff
-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
+.include <bsd.prog.mk>