freebsd-dev/sys/boot/i386/cdboot/Makefile
Ruslan Ermilov 848c1050ee Thanks to David's patches, we can now simplify these makefiles
further, and just use PROG directly (without FILES).

Suggested by:	bde
2004-04-28 21:31:21 +00:00

14 lines
173 B
Makefile

# $FreeBSD$
PROG= cdboot
STRIP=
BINMODE=${NOBINMODE}
NOMAN=
SRCS= ${PROG}.s
ORG= 0x7c00
LDFLAGS=-N -e start -Ttext ${ORG} -Wl,-S,--oformat,binary
.include <bsd.prog.mk>