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$
|
||||
|
||||
BINDIR= /boot
|
||||
BASE= cdboot
|
||||
PROG= ${BASE}
|
||||
NOMAN=
|
||||
STRIP=
|
||||
NEWVERSWHAT= "SRM CD9660 boot" alpha
|
||||
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
|
||||
|
||||
${BASE}: ${BASE}-4.0R.gz.uu
|
||||
uudecode -p ${.CURDIR}/${BASE}-4.0R.gz.uu | gunzip > ${BASE}
|
||||
CFLAGS+= -DLOADER_CDROM_SUPPORT
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
.include <${.CURDIR}/../common/Makefile.common>
|
||||
|
Loading…
Reference in New Issue
Block a user