PERFORCE change 31949 for review

Peter Wemm peter at FreeBSD.org
Tue May 27 14:56:09 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=31949

Change 31949 by peter at peter_hammer on 2003/05/27 14:55:17

	turn sys/boot back on unconditionally, exactly as it was before.

Affected files ...

.. //depot/projects/hammer/sys/Makefile#4 edit

Differences ...

==== //depot/projects/hammer/sys/Makefile#4 (text+ko) ====

@@ -1,10 +1,7 @@
 # $FreeBSD: src/sys/Makefile,v 1.27 2003/05/08 06:35:39 peter Exp $
 
-SUBDIR=
 # The boot loader
-.if ${MACHINE_ARCH} != "amd64"
-SUBDIR+=boot
-.endif
+SUBDIR=	boot
 
 # KLD modules build for both a.out and ELF
 .if defined(MODULES_WITH_WORLD)


More information about the p4-projects mailing list