From dd8c67cff130ca22eef2d1d64ee1f301a6d16763 Mon Sep 17 00:00:00 2001 From: zi Date: Sat, 15 Oct 2011 02:53:31 +0000 Subject: New port: sysutils/mcelog mcelog processes machine checks (in particular memory and CPU hardware errors) on modern x86-based unix systems and produces human-readable output. FreeBSD conversion patches were originally written by John Baldwin and later incorporated into this port. WWW: http://mcelog.org/ PR: ports/161395 Submitted by: Jeremy Chadwick --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') diff --git a/sysutils/Makefile b/sysutils/Makefile index 2519573fddfb..65dbfdfcd460 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -473,6 +473,7 @@ SUBDIR += massadmin SUBDIR += mbmon SUBDIR += mcollective + SUBDIR += mcelog SUBDIR += mcron SUBDIR += mcweject SUBDIR += mdcp -- cgit