freebsd-dev/sys/boot/alpha/cdboot/Makefile
David E. O'Brien 4a93f235c1 `cdboot' is broken as it cannot load a kernel.
The release engineer keeps using the wrong /boot/cdboot when creating the
ISO images.  So we'll add the 4.0-RELEASE cdboot to the tree until someone
bothers to fix the source so a working `cdboot' is built.
2000-11-27 02:15:13 +00:00

13 lines
188 B
Makefile

# $FreeBSD$
BINDIR= /boot
BASE= cdboot
PROG= ${BASE}
NOMAN=
STRIP=
${BASE}: ${BASE}-4.0R.gz.uu
uudecode -p ${.CURDIR}/${BASE}-4.0R.gz.uu | gunzip > ${BASE}
.include <bsd.prog.mk>