From 86455d5a2fbb324d9c8a576de3f7edf0b3237d14 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 15 Jan 2007 14:34:45 +0000 Subject: Endian reports the endianness to the standard output as "little", "big", or "mixed". As there is no standard terminology for the various possible mixed modes, and very few such machines even exist, endian does not distinguish between various mixed modes. Report endianness of a system. PR: ports/107939 Submitted by: bacon at smithers.neuro.mcw.edu --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') diff --git a/sysutils/Makefile b/sysutils/Makefile index 2a1ee00f2f42..23bb8a329487 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -156,6 +156,7 @@ SUBDIR += eiciel SUBDIR += eject SUBDIR += empower + SUBDIR += endian SUBDIR += enteruser SUBDIR += env4801 SUBDIR += epylog -- cgit v1.2.3