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

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

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

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

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