diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2024-01-30 22:17:28 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2024-01-30 22:17:28 +0000 |
| commit | ce047ebf484867453508f38fa5336d6614c0f311 (patch) | |
| tree | cc02e4df5d503cb9d0441f5a84c3dd09d106e5a1 /etc/Makefile | |
| parent | 9d784da3a7af9b9b04536c2e97459a7d9f92e364 (diff) | |
Diffstat (limited to 'etc/Makefile')
| -rw-r--r-- | etc/Makefile | 5 |
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> |
