diff options
| author | 2000-12-14 13:48:25 +0000 | |
|---|---|---|
| committer | 2000-12-14 13:48:25 +0000 | |
| commit | 80c199aed26deceb068de1eaa4f88a0e75e1e61e (patch) | |
| tree | 19f101077e1643ef9518774536470387be4cb28d | |
| parent | First shot at making ELF compile. (diff) | |
| download | wireguard-openbsd-80c199aed26deceb068de1eaa4f88a0e75e1e61e.tar.xz wireguard-openbsd-80c199aed26deceb068de1eaa4f88a0e75e1e61e.zip | |
Enable loading of ELF kernels.
| -rw-r--r-- | sys/arch/alpha/stand/boot/Makefile | 4 | ||||
| -rw-r--r-- | sys/arch/alpha/stand/netboot/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/stand/boot/Makefile b/sys/arch/alpha/stand/boot/Makefile index ec3cac60ce1..19f79e56cb1 100644 --- a/sys/arch/alpha/stand/boot/Makefile +++ b/sys/arch/alpha/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2000/11/19 20:20:25 millert Exp $ +# $OpenBSD: Makefile,v 1.11 2000/12/14 13:48:25 art Exp $ # $NetBSD: Makefile,v 1.17 1997/04/17 07:27:46 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -18,7 +18,7 @@ HEADERSIZE_PROG = headersize CLEANFILES+= vers.c vers.o ${PROG}.sym ${PROG}.nosym ${HEADERSIZE_PROG} -DEFNS= -DCOMPAT_UFS -DALPHA_BOOT_ECOFF # -DALPHA_BOOT_ELF +DEFNS= -DCOMPAT_UFS -DALPHA_BOOT_ECOFF -DALPHA_BOOT_ELF AFLAGS += -DASSEMBLER ${DEFNS} CPPFLAGS += -I${.CURDIR}/../../../../lib/libsa -I${.CURDIR}/../.. -I${S} ${DEFNS} diff --git a/sys/arch/alpha/stand/netboot/Makefile b/sys/arch/alpha/stand/netboot/Makefile index 359b6be7d00..1b6b4453893 100644 --- a/sys/arch/alpha/stand/netboot/Makefile +++ b/sys/arch/alpha/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1997/05/05 06:01:59 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2000/12/14 13:48:26 art 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_ECOFF # -DALPHA_BOOT_ELF +DEFNS= -DPRIMARY_BOOTBLOCK -DALPHA_BOOT_ECOFF -DALPHA_BOOT_ELF AFLAGS += -DASSEMBLER ${DEFNS} CPPFLAGS += -I${.CURDIR}/../.. -I${S} ${DEFNS} |
