[Midnightbsd-cvs] src: Makefile: remove arm instructions

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 7 21:42:28 EDT 2008


Log Message:
-----------
remove arm instructions

Modified Files:
--------------
    src/sys:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/sys/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/Makefile -L sys/Makefile -u -r1.3 -r1.4
--- sys/Makefile
+++ sys/Makefile
@@ -3,10 +3,8 @@
 
 # The boot loader
 .if !defined(NO_BOOT)
-.if ${MACHINE_ARCH} != "arm"
 SUBDIR=	boot
 .endif
-.endif
 
 # Directories to include in cscope name file and TAGS.
 CSCOPEDIRS=	coda compat conf contrib crypto ddb dev fs gnu i4b isa \


More information about the Midnightbsd-cvs mailing list