006d25ce15
use related definitions in i386 bootargs.h Reviewed by: nyan, jhb MFC after: 1 month
16 lines
214 B
Makefile
16 lines
214 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= cdboot
|
|
STRIP=
|
|
BINMODE=${NOBINMODE}
|
|
NO_MAN=
|
|
SRCS= ${PROG}.S
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../i386/common
|
|
|
|
ORG= 0x0000
|
|
|
|
LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
|
|
|
|
.include <bsd.prog.mk>
|