aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/alpha/netboot
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-02-11 22:01:17 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-02-11 22:01:17 +0000
commit40d387429fd29b705070de2a44339888b0fdc7fd (patch)
tree02f842a4455e9737329871316f244d70e58b2c8d /sys/boot/alpha/netboot
parent31d5c7fd4d35dab5335c1f9fe0b0203a29637f8a (diff)
Notes
Diffstat (limited to 'sys/boot/alpha/netboot')
-rw-r--r--sys/boot/alpha/netboot/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/boot/alpha/netboot/Makefile b/sys/boot/alpha/netboot/Makefile
index 5599aabf363d..584895e2f781 100644
--- a/sys/boot/alpha/netboot/Makefile
+++ b/sys/boot/alpha/netboot/Makefile
@@ -1,13 +1,11 @@
# $FreeBSD$
# $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $
-BASE= netboot
-PROG= ${BASE}
+BOOT= netboot
NOMAN=
NEWVERSWHAT= "SRM net boot" alpha
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
-CFLAGS+= -ffreestanding -DLOADER_NET_SUPPORT
-
-.include <${.CURDIR}/../common/Makefile.common>
+CFLAGS+= -DLOADER_NET_SUPPORT
+.include "${.CURDIR}/../common/Makefile.common"