Module Name: src
Committed By: jmcneill
Date: Mon Aug 27 22:40:51 UTC 2018
Modified Files:
src/sys/stand/efiboot/bootaa64: Makefile
Log Message:
Add release target
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/stand/efiboot/bootaa64/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/stand/efiboot/bootaa64/Makefile
diff -u src/sys/stand/efiboot/bootaa64/Makefile:1.1 src/sys/stand/efiboot/bootaa64/Makefile:1.2
--- src/sys/stand/efiboot/bootaa64/Makefile:1.1 Fri Aug 24 02:01:06 2018
+++ src/sys/stand/efiboot/bootaa64/Makefile Mon Aug 27 22:40:51 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/08/24 02:01:06 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2018/08/27 22:40:51 jmcneill Exp $
PROG= bootaa64.efi
OBJFMT= binary
@@ -12,3 +12,6 @@ CFLAGS+= -DEFIBOOT_ALIGN=0x200000
.include "${.CURDIR}/../Makefile.efiboot"
+release: check_RELEASEDIR
+ ${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \
+ ${RELEASEDIR}/${MACHINE}/installation/misc