diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-16 22:48:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-16 22:48:19 +0000 |
commit | 3110269ffbbcad34c6f718b07cba98d0f2f78fcb (patch) | |
tree | ed58ad01758e3062c66fc8bc4ce95788f2f76f3b /sys/arch/aviion/stand/Makefile | |
parent | db880270dac5c85e95cef5f94d2610c1cdf13b0b (diff) |
Network bootloader for AV400 series, will load a native kernel. Still some
rough edges to sort out, but enough to successfully boot a kernel.
Will not work on series 530 yet.
Diffstat (limited to 'sys/arch/aviion/stand/Makefile')
-rw-r--r-- | sys/arch/aviion/stand/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/aviion/stand/Makefile b/sys/arch/aviion/stand/Makefile index f046539152a..76f0bc3a34a 100644 --- a/sys/arch/aviion/stand/Makefile +++ b/sys/arch/aviion/stand/Makefile @@ -1,5 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2006/05/09 19:31:51 miod Exp $ +# $OpenBSD: Makefile,v 1.2 2006/05/16 22:48:16 miod Exp $ SUBDIR= a2coff +.if ${MACHINE} == "aviion" +SUBDIR+= libprom libsa libz netboot +.endif + .include <bsd.subdir.mk> |