Deleted Added
full compact
Makefile (59087) Makefile (59473)
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 59087 2000-04-08 01:22:14Z ps $
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 59473 2000-04-21 22:06:02Z ps $
2
3BASE= loader
4PROG= ${BASE}
5MAN5= ../../forth/loader.conf.5
6MAN8= loader.8 ../../forth/loader.4th.8
7#NOMAN=
8STRIP=
9NEWVERSWHAT= "bootstrap loader" i386
10BINDIR?= /boot
11
12# architecture-specific loader code
2
3BASE= loader
4PROG= ${BASE}
5MAN5= ../../forth/loader.conf.5
6MAN8= loader.8 ../../forth/loader.4th.8
7#NOMAN=
8STRIP=
9NEWVERSWHAT= "bootstrap loader" i386
10BINDIR?= /boot
11
12# architecture-specific loader code
13SRCS= main.c conf.c pxe.c
13SRCS= main.c conf.c
14.PATH: ${.CURDIR}/../libi386
15
16# Enable PXE TFTP or NFS support, not both.
17CFLAGS+= -DLOADER_NFS_SUPPORT
18#CFLAGS+= -DLOADER_TFTP_SUPPORT
19
20# Enable PnP and ISA-PnP code.
21HAVE_PNP= yes

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

114
115.include <${.CURDIR}/../Makefile.inc>
116
117# Cannot use ${OBJS} above this line
118.include <bsd.prog.mk>
119
120${BASE}.sym: ${OBJS} ${LIBI386} ${LIBSTAND} ${LIBFICL} vers.o
121 ${CC} ${LDFLAGS} -o ${.TARGET} ${BTXCRT} ${OBJS} vers.o \
14.PATH: ${.CURDIR}/../libi386
15
16# Enable PXE TFTP or NFS support, not both.
17CFLAGS+= -DLOADER_NFS_SUPPORT
18#CFLAGS+= -DLOADER_TFTP_SUPPORT
19
20# Enable PnP and ISA-PnP code.
21HAVE_PNP= yes

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

114
115.include <${.CURDIR}/../Makefile.inc>
116
117# Cannot use ${OBJS} above this line
118.include <bsd.prog.mk>
119
120${BASE}.sym: ${OBJS} ${LIBI386} ${LIBSTAND} ${LIBFICL} vers.o
121 ${CC} ${LDFLAGS} -o ${.TARGET} ${BTXCRT} ${OBJS} vers.o \
122 ${LIBFICL} ${LIBSTAND} ${LIBI386} ${LIBSTAND}
122 ${LIBFICL} ${LIBI386} ${LIBSTAND}
123
124# If it's not there, don't consider it a target
125.if exists(${.CURDIR}/../../../i386/include)
126beforedepend ${OBJS}: machine
127
128machine:
129 ln -sf ${.CURDIR}/../../../i386/include machine
130
131.endif
132
133CLEANFILES+= machine
123
124# If it's not there, don't consider it a target
125.if exists(${.CURDIR}/../../../i386/include)
126beforedepend ${OBJS}: machine
127
128machine:
129 ln -sf ${.CURDIR}/../../../i386/include machine
130
131.endif
132
133CLEANFILES+= machine