mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
build cdboot from sources now that the cd9660 fs support works
MFC candidate
This commit is contained in:
parent
481184b805
commit
3d8ec0e11f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75299
@ -1,12 +1,11 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
BINDIR= /boot
|
|
||||||
BASE= cdboot
|
BASE= cdboot
|
||||||
PROG= ${BASE}
|
PROG= ${BASE}
|
||||||
NOMAN=
|
NOMAN=
|
||||||
STRIP=
|
NEWVERSWHAT= "SRM CD9660 boot" alpha
|
||||||
|
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
|
||||||
|
|
||||||
${BASE}: ${BASE}-4.0R.gz.uu
|
CFLAGS+= -DLOADER_CDROM_SUPPORT
|
||||||
uudecode -p ${.CURDIR}/${BASE}-4.0R.gz.uu | gunzip > ${BASE}
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <${.CURDIR}/../common/Makefile.common>
|
||||||
|
Loading…
Reference in New Issue
Block a user