Deleted Added
full compact
Makefile (334572) Makefile (344373)
1# $FreeBSD: stable/11/stand/i386/isoboot/Makefile 334572 2018-06-03 17:17:45Z dim $
1# $FreeBSD: stable/11/stand/i386/isoboot/Makefile 344373 2019-02-20 18:44:09Z kevans $
2
3HAVE_GELI= yes
4
5.include <bsd.init.mk>
6
7.PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/gptboot \
8 ${BOOTSRC}/i386/common ${SASRC}
9

--- 51 unchanged lines hidden (view full) ---

61
62CLEANFILES+= isoboot.bin isoboot.out isoboot.o sio.o crc32.o drv.o \
63 cons.o ${OPENCRYPTO_XTS}
64
65isoboot.bin: isoboot.out
66 ${OBJCOPY} -S -O binary isoboot.out ${.TARGET}
67
68isoboot.out: ${BTXCRT} isoboot.o sio.o crc32.o drv.o cons.o ${OPENCRYPTO_XTS}
2
3HAVE_GELI= yes
4
5.include <bsd.init.mk>
6
7.PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/gptboot \
8 ${BOOTSRC}/i386/common ${SASRC}
9

--- 51 unchanged lines hidden (view full) ---

61
62CLEANFILES+= isoboot.bin isoboot.out isoboot.o sio.o crc32.o drv.o \
63 cons.o ${OPENCRYPTO_XTS}
64
65isoboot.bin: isoboot.out
66 ${OBJCOPY} -S -O binary isoboot.out ${.TARGET}
67
68isoboot.out: ${BTXCRT} isoboot.o sio.o crc32.o drv.o cons.o ${OPENCRYPTO_XTS}
69 ${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBGELIBOOT} ${LIBSA32}
69 ${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} ${LIBSA32}
70
71.include <bsd.prog.mk>
70
71.include <bsd.prog.mk>