diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2019-06-03 15:12:44 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2019-06-03 15:12:44 +0000 |
| commit | 5d280640cdf5a9d6c9e2ab96b3eefbc18b16be33 (patch) | |
| tree | bb7992f6293c5aa9c0b707fe997fbd70f7768f25 | |
| parent | a88c8ae7980162fd5263ea2992808d9d2ea514a8 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 2 | ||||
| -rw-r--r-- | etc/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 60ac6493c955..3e984e16f9ba 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -888,7 +888,7 @@ INSTALLFLAGS+= -h sha256 .endif .if defined(DB_FROM_SRC) || defined(NO_ROOT) IMAKE_INSTALL= INSTALL="${INSTALL} ${INSTALLFLAGS}" -IMAKE_MTREE= MTREE_CMD="${MTREE} ${MTREEFLAGS}" +IMAKE_MTREE= MTREE_CMD="mtree ${MTREEFLAGS}" .endif DESTDIR_MTREEFLAGS= -deU diff --git a/etc/Makefile b/etc/Makefile index 7ee9eca7eb18..f8360b969d22 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -93,8 +93,6 @@ distribution: .endif .endif -MTREE_CMD?= mtree - MTREES= mtree/BSD.root.dist / \ mtree/BSD.var.dist /var \ mtree/BSD.usr.dist /usr \ |
