Deleted Added
full compact
Makefile (125566) Makefile (125581)
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 125566 2004-02-07 14:32:06Z ru $
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 125581 2004-02-07 23:30:45Z ru $
2
3NEWVERSWHAT= "bootstrap loader" i386
4
5# architecture-specific loader code
6SRCS= main.c conf.c vers.c
7
8# Enable PXE TFTP or NFS support, not both.
9.if defined(LOADER_TFTP_SUPPORT)

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

88
89OBJS= ${SRCS:N*.h:R:S/$/.o/g}
90
91loader.sym: ${OBJS} ${LIBFICL} ${LIBI386} ${LIBSTAND}
92 ${CC} ${LDFLAGS} -o ${.TARGET} ${BTXCRT} ${OBJS} \
93 ${LIBFICL} ${LIBI386} ${LIBSTAND}
94
95.if ${MACHINE_ARCH} == "amd64"
2
3NEWVERSWHAT= "bootstrap loader" i386
4
5# architecture-specific loader code
6SRCS= main.c conf.c vers.c
7
8# Enable PXE TFTP or NFS support, not both.
9.if defined(LOADER_TFTP_SUPPORT)

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

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