From: Matthew Dillon Date: Tue, 20 Feb 2018 18:47:26 +0000 (-0800) Subject: nrelease - Add missing headers to src-sys.tar.bz2 X-Git-Tag: v5.3.0~151 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/cebb579b84f544c775170301fea06cc74fb71ded nrelease - Add missing headers to src-sys.tar.bz2 * Add missing headers to src-sys.tar.bz2 so 'make nativekernel' actually works. Reported-by: Constantine A. Murenin --- diff --git a/nrelease/Makefile b/nrelease/Makefile index ee8dfeff18..167cbd3239 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -238,7 +238,8 @@ srcs: rm -f ${ISOROOT}/usr/src-sys.tgz rm -f ${ISOROOT}/usr/src-sys.tar.bz2 cd ${.CURDIR}/.. && tar --exclude .git -s '/^\./src/' \ - -cf - ./Makefile ./Makefile.inc1 ./sys | \ + -cf - ./Makefile ./Makefile.inc1 \ + ./crypto/libressl/include ./sys | \ bzip2 -9 > ${ISOROOT}/usr/src-sys.tar.bz2 .endif .endif