mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
13 lines
174 B
Makefile
13 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= cdboot
|
|
STRIP=
|
|
BINMODE=${NOBINMODE}
|
|
NO_MAN=
|
|
SRCS= ${PROG}.s
|
|
|
|
ORG= 0x0000
|
|
|
|
LDFLAGS=-N -e start -Ttext ${ORG} -Wl,-S,--oformat,binary
|
|
|
|
.include <bsd.prog.mk>
|