Deleted Added
full compact
Makefile (125537) Makefile (125556)
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 125537 2004-02-06 21:58:32Z ru $
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 125556 2004-02-07 08:10:07Z ru $
2
3NEWVERSWHAT= "bootstrap loader" i386
4
5# architecture-specific loader code
6SRCS= main.c conf.c vers.c
7
8CFLAGS+= -ffreestanding
9# Enable PXE TFTP or NFS support, not both.

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

91.endif
92
93OBJS= ${SRCS:N*.h:R:S/$/.o/g}
94
95loader.sym: ${OBJS} ${LIBFICL} ${LIBI386} ${LIBSTAND}
96 ${CC} ${LDFLAGS} -o ${.TARGET} ${BTXCRT} ${OBJS} \
97 ${LIBFICL} ${LIBI386} ${LIBSTAND}
98
2
3NEWVERSWHAT= "bootstrap loader" i386
4
5# architecture-specific loader code
6SRCS= main.c conf.c vers.c
7
8CFLAGS+= -ffreestanding
9# Enable PXE TFTP or NFS support, not both.

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

91.endif
92
93OBJS= ${SRCS:N*.h:R:S/$/.o/g}
94
95loader.sym: ${OBJS} ${LIBFICL} ${LIBI386} ${LIBSTAND}
96 ${CC} ${LDFLAGS} -o ${.TARGET} ${BTXCRT} ${OBJS} \
97 ${LIBFICL} ${LIBI386} ${LIBSTAND}
98
99.if defined(REALLY_AMD64)
99.if ${MACHINE_ARCH} == "amd64"
100${OBJS}: machine
101CLEANFILES+= machine
102machine:
103 ln -sf ${.CURDIR}/../../../i386/include machine
104.endif
105
106.include <bsd.prog.mk>
100${OBJS}: machine
101CLEANFILES+= machine
102machine:
103 ln -sf ${.CURDIR}/../../../i386/include machine
104.endif
105
106.include <bsd.prog.mk>