diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-02-15 12:40:51 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-02-15 12:40:51 +0000 |
commit | a5f4a03cebe0230885b75b6db5864e4ce5fc8765 (patch) | |
tree | 8f069416dc65526b73a04ecc4f22e121414639b0 | |
parent | b367eeeb4ff220ac67f35a55a077ff336ef04b71 (diff) |
enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ ok
-rw-r--r-- | sys/arch/alpha/stand/netboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |