diff options
Diffstat (limited to 'sys/boot/alpha/netboot/Makefile')
-rw-r--r-- | sys/boot/alpha/netboot/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/boot/alpha/netboot/Makefile b/sys/boot/alpha/netboot/Makefile new file mode 100644 index 0000000..5599aab --- /dev/null +++ b/sys/boot/alpha/netboot/Makefile @@ -0,0 +1,13 @@ +# $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> + |