freebsd-dev/sys/boot/alpha/netboot/Makefile
David E. O'Brien d1bdfb40fd -ffreestanding is the word.
(also resort some CFLAGS such that the more "important" value are first so
they are easier to see)
2002-05-10 09:26:35 +00:00

14 lines
282 B
Makefile

# $FreeBSD$
# $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $
BASE= netboot
PROG= ${BASE}
NOMAN=
NEWVERSWHAT= "SRM net boot" alpha
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
CFLAGS+= -ffreestanding -DLOADER_NET_SUPPORT
.include <${.CURDIR}/../common/Makefile.common>