aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2024-01-30 22:17:28 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2024-01-30 22:17:28 +0000
commitce047ebf484867453508f38fa5336d6614c0f311 (patch)
treecc02e4df5d503cb9d0441f5a84c3dd09d106e5a1 /etc/Makefile
parent9d784da3a7af9b9b04536c2e97459a7d9f92e364 (diff)
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 097b7e3728bd..745ca91c60bf 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -39,8 +39,9 @@ distribute:
# Avoid installing tests here; "make distribution" will do this and
# correctly place them in the right location.
${_+_}cd ${.CURDIR} ; ${MAKE} MK_TESTS=no install \
- DESTDIR=${DISTDIR}/${DISTRIBUTION}
- ${_+_}cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION}
+ DISTBASE=/${DISTRIBUTION} DESTDIR=${DISTDIR}/${DISTRIBUTION}
+ ${_+_}cd ${.CURDIR} ; ${MAKE} distribution \
+ DISTBASE=/${DISTRIBUTION} DESTDIR=${DISTDIR}/${DISTRIBUTION}
.include <bsd.endian.mk>