Deleted Added
full compact
Makefile (103436) Makefile (125563)
1# $FreeBSD: head/sys/boot/pc98/btx/btxldr/Makefile 103436 2002-09-17 01:49:00Z peter $
1# $FreeBSD: head/sys/boot/pc98/btx/btxldr/Makefile 125563 2004-02-07 12:19:44Z nyan $
2
3M4?= m4
4M4FLAGS+= -DLOADER_ADDRESS=${LOADER_ADDRESS} -DPC98
5
6.if defined(BTXLDR_VERBOSE)
7M4FLAGS+= -DBTXLDR_VERBOSE
8.endif
9

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

14 objcopy -S -O binary btxldr.out ${.TARGET}
15
16btxldr.o: btxldr.s
17 (cd ${.CURDIR}; ${M4} ${M4FLAGS} btxldr.s ) | \
18 ${AS} ${AFLAGS} -o ${.TARGET}
19
20CLEANFILES+= btxldr btxldr.out btxldr.o
21
2
3M4?= m4
4M4FLAGS+= -DLOADER_ADDRESS=${LOADER_ADDRESS} -DPC98
5
6.if defined(BTXLDR_VERBOSE)
7M4FLAGS+= -DBTXLDR_VERBOSE
8.endif
9

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

14 objcopy -S -O binary btxldr.out ${.TARGET}
15
16btxldr.o: btxldr.s
17 (cd ${.CURDIR}; ${M4} ${M4FLAGS} btxldr.s ) | \
18 ${AS} ${AFLAGS} -o ${.TARGET}
19
20CLEANFILES+= btxldr btxldr.out btxldr.o
21
22.include <${.CURDIR}/../../Makefile.inc>
23.include <bsd.prog.mk>
22.include <bsd.prog.mk>