summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2019-06-02 23:38:19 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2019-06-02 23:38:19 +0000
commit5ec57af4b22f3fcfa3e93c00590f7b5f9348cd64 (patch)
treee34e26effdd4d0010cd3aa64ab673b2fb5c6e24c /etc
parent9a554d090ce343d893e9ae7af6c7c51d99f2aefe (diff)
downloadsrc-test2-5ec57af4b22f3fcfa3e93c00590f7b5f9348cd64.tar.gz
src-test2-5ec57af4b22f3fcfa3e93c00590f7b5f9348cd64.zip
Fix several places where tool name has been hardcoded:
install -> ${INSTALL} mtree -> ${MTREE_CMD} services_mkdb -> ${SERVICES_MKDB_CMD} cap_mkdb -> ${CAP_MKDB_CMD} pwd_mkdb -> ${PWD_MKDB_CMD} kldxref -> ${KLDXREF_CMD} If you do custom FreeBSD builds you may want to override those in some cases. Sponsored by: Sippy Software, Inc.
Notes
Notes: svn path=/head/; revision=348521
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index a90fa768ac49..7ee9eca7eb18 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -6,6 +6,7 @@
FILESGROUPS= FILES
NLS_ALIASES= POSIX C \
en_US.US_ASCII C
+PWD_MKDB_CMD?= pwd_mkdb
# No need as it is empty and just causes rebuilds since this file does so much.
UPDATE_DEPENDFILE= no