Deleted Added
full compact
Makefile (109498) Makefile (115410)
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 109498 2003-01-18 23:09:56Z obrien $
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 115410 2003-05-30 09:29:24Z scottl $
2
3PROG= loader
4STRIP=
5NEWVERSWHAT= "bootstrap loader" i386
6BINDIR?= /boot
7INSTALLFLAGS= -b
8
9# architecture-specific loader code

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

97 cp ${.ALLSRC} ${.TARGET}
98 strip -R .comment -R .note ${.TARGET}
99
100${PROG}.help: help.common help.i386
101 cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
102
103.PATH: ${.CURDIR}/../../forth
104FILES= ${PROG}.help loader.4th support.4th loader.conf
2
3PROG= loader
4STRIP=
5NEWVERSWHAT= "bootstrap loader" i386
6BINDIR?= /boot
7INSTALLFLAGS= -b
8
9# architecture-specific loader code

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

97 cp ${.ALLSRC} ${.TARGET}
98 strip -R .comment -R .note ${.TARGET}
99
100${PROG}.help: help.common help.i386
101 cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
102
103.PATH: ${.CURDIR}/../../forth
104FILES= ${PROG}.help loader.4th support.4th loader.conf
105FILES+= screen.4th frames.4th beastie.4th
105FILESDIR_loader.conf= /boot/defaults
106
107.if !exists(${DESTDIR}/boot/loader.rc)
108FILES+= loader.rc
109.endif
110
111.include <${.CURDIR}/../Makefile.inc>
112

--- 17 unchanged lines hidden ---
106FILESDIR_loader.conf= /boot/defaults
107
108.if !exists(${DESTDIR}/boot/loader.rc)
109FILES+= loader.rc
110.endif
111
112.include <${.CURDIR}/../Makefile.inc>
113

--- 17 unchanged lines hidden ---