From 362993dd2d6c9dc99993e456db7466ff2771997c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 2 Apr 2015 07:33:38 +0000 Subject: [PATCH] Correctly install xen.4th in /boot --- emulators/xen/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/emulators/xen/Makefile b/emulators/xen/Makefile index 87b91728292b..02fd4894fcef 100644 --- a/emulators/xen/Makefile +++ b/emulators/xen/Makefile @@ -37,6 +37,7 @@ IGNORE= Only supported on recent FreeBSD 11 do-install: ${MKDIR} ${STAGEDIR}/boot ${INSTALL_PROGRAM} ${WRKSRC}/xen ${STAGEDIR}/boot + ${INSTALL_DATA} ${FILESDIR}/xen.4th ${STAGEDIR}/boot .include