From a5f4a03cebe0230885b75b6db5864e4ce5fc8765 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Wed, 15 Feb 2006 12:40:51 +0000 Subject: enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ ok --- sys/arch/alpha/stand/netboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/alpha/stand/netboot/Makefile b/sys/arch/alpha/stand/netboot/Makefile index 472f79cef43..29d2ff3a8ef 100644 --- a/sys/arch/alpha/stand/netboot/Makefile +++ b/sys/arch/alpha/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2005/08/10 16:58:42 todd Exp $ +# $OpenBSD: Makefile,v 1.7 2006/02/15 12:40:50 mickey Exp $ # $NetBSD: Makefile,v 1.11 1997/04/17 07:27:50 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -20,7 +20,7 @@ HEADERSIZE_PROG = headersize CLEANFILES+= vers.c vers.o ${PROG}.sym ${PROG}.nosym ${HEADERSIZE_PROG} -DEFNS= -DPRIMARY_BOOTBLOCK -DALPHA_BOOT_ELF +DEFNS= -DPRIMARY_BOOTBLOCK -DALPHA_BOOT_ELF -DSUN_BOOTPARAMS AFLAGS += -DASSEMBLER ${DEFNS} CPPFLAGS += -I${.CURDIR}/../.. -I${S} ${DEFNS} -- cgit v1.2.3