From: Matthew Dillon Date: Sat, 11 Nov 2006 20:01:31 +0000 (+0000) Subject: Enable the building of boot0cfg for pc32. X-Git-Tag: v2.0.1~4147 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/0955b6b2a7cf0b6340346bd2e66703749041e39a Enable the building of boot0cfg for pc32. --- diff --git a/sys/platform/pc32/Makefile.inc b/sys/platform/pc32/Makefile.inc index 088db354b4..b5881ca716 100644 --- a/sys/platform/pc32/Makefile.inc +++ b/sys/platform/pc32/Makefile.inc @@ -1,8 +1,9 @@ # Used by the device build to check for device support # -# $DragonFly: src/sys/platform/pc32/Makefile.inc,v 1.2 2006/11/07 20:48:15 dillon Exp $ +# $DragonFly: src/sys/platform/pc32/Makefile.inc,v 1.3 2006/11/11 20:01:31 dillon Exp $ ACPICA5_SUPPORT=1 EST_SUPPORT=1 SYSCONS_APM_SUPPORT=1 +BOOT0CFG_SUPPORT=1 diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index c6ff5656d9..c49b4a5302 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,6 +1,8 @@ # From: @(#)Makefile 5.20 (Berkeley) 6/12/93 # $FreeBSD: src/usr.sbin/Makefile,v 1.183.2.14 2003/04/16 11:01:51 ru Exp $ -# $DragonFly: src/usr.sbin/Makefile,v 1.31 2006/10/02 19:15:25 corecode Exp $ +# $DragonFly: src/usr.sbin/Makefile,v 1.32 2006/11/11 20:01:29 dillon Exp $ + +.include "../sys/machine/${MACHINE}/Makefile.inc" # XXX MISSING: mkproto SUBDIR= 802_11 \ @@ -191,7 +193,7 @@ SUBDIR+=i4b .endif .endif -.if ${MACHINE} == "i386" +.ifdef BOOT0CFG_SUPPORT SUBDIR+=boot0cfg .endif