summaryrefslogtreecommitdiffstats
path: root/share/examples/etc
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-04-26 19:56:14 +0000
committerbdrewery <bdrewery@FreeBSD.org>2013-04-26 19:56:14 +0000
commit94108ee710c3afd3c9944ed40e129598dd242a00 (patch)
treefeebe99cc1c0e27ef46a9ac5940d419e8ad215a4 /share/examples/etc
parent2f761a801bd037951c90dbb5521c75ef53954678 (diff)
downloadFreeBSD-src-94108ee710c3afd3c9944ed40e129598dd242a00.zip
FreeBSD-src-94108ee710c3afd3c9944ed40e129598dd242a00.tar.gz
Fix examples for overriding INSTALL to not suggest hardcoding
'install' since it breaks buildworld after the introduction and use of 'install -l' in r245752. Overriding INSTALL causes /usr/bin/install to be used instead of the proper /usr/src/tools/install.sh which handles the new flag. Approved by: bapt MFC after: 2 weeks
Diffstat (limited to 'share/examples/etc')
-rw-r--r--share/examples/etc/make.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 1fd3c79..a703cc7 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -97,7 +97,7 @@
#COPTFLAGS= -O -pipe
#
# Compare before install.
-#INSTALL=install -C
+#INSTALL+= -C
#
# Mtree will follow symlinks.
#MTREE_FOLLOWS_SYMLINKS= -L
OpenPOWER on IntegriCloud