From 3ac7d74c80de70beaa23ec2189c794d1046c8ab3 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Mon, 2 Jul 2012 20:24:01 +0000 Subject: [PATCH] Add description for INSTALL_AS_USER --- tools/build/options/WITH_INSTALL_AS_USER | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tools/build/options/WITH_INSTALL_AS_USER diff --git a/tools/build/options/WITH_INSTALL_AS_USER b/tools/build/options/WITH_INSTALL_AS_USER new file mode 100644 index 000000000000..da49014316a6 --- /dev/null +++ b/tools/build/options/WITH_INSTALL_AS_USER @@ -0,0 +1,9 @@ +.\" $FreeBSD$ +Set to make install targets succeed for non-root users by installing +files with owner and group attributes set to that of the user running +the +.Xr make 1 +command. +The user still has to set the +.Va DESTDIR +variable to point to a directory where the user has write permissions.