Deleted Added
full compact
Makefile (211680) Makefile (222417)
1# $FreeBSD: head/sys/boot/ia64/common/Makefile 211680 2010-08-23 01:50:34Z imp $
1# $FreeBSD: head/sys/boot/ia64/common/Makefile 222417 2011-05-28 08:50:38Z julian $
2
3.include <bsd.own.mk>
4MK_SSP= no
5
6LIB= ia64
7INTERNALLIB=
8
9SRCS= autoload.c bootinfo.c copy.c devicename.c exec.c

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

28FILES+= loader.help
29CLEANFILES+= loader.help
30loader.help: help.common
31 cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk \
32 > ${.TARGET}
33
34.PATH: ${.CURDIR}/../../forth
35FILES+= loader.4th support.4th loader.conf
2
3.include <bsd.own.mk>
4MK_SSP= no
5
6LIB= ia64
7INTERNALLIB=
8
9SRCS= autoload.c bootinfo.c copy.c devicename.c exec.c

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

28FILES+= loader.help
29CLEANFILES+= loader.help
30loader.help: help.common
31 cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk \
32 > ${.TARGET}
33
34.PATH: ${.CURDIR}/../../forth
35FILES+= loader.4th support.4th loader.conf
36FILES+= beastie.4th brand.4th check-password.4th color.4th delay.4th
37FILES+= menu.4th menu-commands.4th shortcuts.4th version.4th
36.if !exists(${DESTDIR}/boot/loader.rc)
37FILES+= loader.rc
38.endif
38.if !exists(${DESTDIR}/boot/loader.rc)
39FILES+= loader.rc
40.endif
41.if !exists(${DESTDIR}/boot/menu.rc)
42FILES+= menu.rc
43.endif
39FILESDIR_loader.conf= /boot/defaults
40
41.include <bsd.lib.mk>
44FILESDIR_loader.conf= /boot/defaults
45
46.include <bsd.lib.mk>