From 1475043cbde48e8e1395f6ac748123e2b21b8d72 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 4 May 2005 09:31:32 +0000 Subject: [PATCH] Notice --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 8fd924774..ed3b7fa82 100755 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ MAKE = exec make -$(MAKEFLAGS) usage: @echo "" >&2 @echo "Master Makefile for MINIX commands and utilities." >&2 + @echo "Root privileges are required for some actions." >&2 + @echo "" >&2 @echo "Usage:" >&2 @echo " make world # Compile everything (libraries & commands)" >&2 @echo " make includes # Install include files from src/" >&2