Deleted Added
full compact
Makefile (210459) Makefile (222417)
1# $FreeBSD: head/sys/boot/pc98/loader/Makefile 210459 2010-07-25 02:22:32Z nyan $
1# $FreeBSD: head/sys/boot/pc98/loader/Makefile 222417 2011-05-28 08:50:38Z julian $
2
3.include <bsd.own.mk>
4MK_SSP= no
5
6PROG= loader.sym
7INTERNALPROG=
8NEWVERSWHAT= "bootstrap loader" pc98
9

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

77 strip -R .comment -R .note ${.TARGET}
78
79loader.help: help.common help.pc98
80 cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
81
82.PATH: ${.CURDIR}/../../forth
83FILES= loader loader.help loader.4th support.4th loader.conf
84FILES+= screen.4th frames.4th beastie.4th
2
3.include <bsd.own.mk>
4MK_SSP= no
5
6PROG= loader.sym
7INTERNALPROG=
8NEWVERSWHAT= "bootstrap loader" pc98
9

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

77 strip -R .comment -R .note ${.TARGET}
78
79loader.help: help.common help.pc98
80 cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
81
82.PATH: ${.CURDIR}/../../forth
83FILES= loader loader.help loader.4th support.4th loader.conf
84FILES+= screen.4th frames.4th beastie.4th
85FILES+= brand.4th check-password.4th color.4th delay.4th
86FILES+= menu.4th menu-commands.4th shortcuts.4th version.4th
85# XXX INSTALLFLAGS_loader= -b
86FILESMODE_loader= ${BINMODE} -b
87FILESDIR_loader.conf= /boot/defaults
88
89.if !exists(${DESTDIR}/boot/loader.rc)
90FILES+= ${.CURDIR}/../../i386/loader/loader.rc
91.endif
92
87# XXX INSTALLFLAGS_loader= -b
88FILESMODE_loader= ${BINMODE} -b
89FILESDIR_loader.conf= /boot/defaults
90
91.if !exists(${DESTDIR}/boot/loader.rc)
92FILES+= ${.CURDIR}/../../i386/loader/loader.rc
93.endif
94
95.if !exists(${DESTDIR}/boot/menu.rc)
96FILES+= menu.rc
97.endif
98
93# XXX crt0.o needs to be first for pxeboot(8) to work
94OBJS= ${BTXCRT}
95
96DPADD= ${LIBFICL} ${LIBPC98} ${LIBSTAND}
97LDADD= ${LIBFICL} ${LIBPC98} ${LIBSTAND}
98
99.include <bsd.prog.mk>
99# XXX crt0.o needs to be first for pxeboot(8) to work
100OBJS= ${BTXCRT}
101
102DPADD= ${LIBFICL} ${LIBPC98} ${LIBSTAND}
103LDADD= ${LIBFICL} ${LIBPC98} ${LIBSTAND}
104
105.include <bsd.prog.mk>