Edit

IABSD.fr/src/sys/Makefile

Branch :

  • Show log

    Commit

  • Author : deraadt
    Date : 2020-06-29 17:59:01
    Hash : fa5e9390
    Message : enter arch/powerpc64

  • sys/Makefile
  • #	$OpenBSD: Makefile,v 1.51 2020/06/29 17:59:01 deraadt Exp $
    #	$NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $
    
    SUBDIR=	dev/microcode \
    	arch/alpha arch/amd64 arch/arm64 arch/armv7 \
    	arch/hppa arch/i386 \
    	arch/landisk arch/loongson arch/luna88k \
    	arch/macppc arch/octeon arch/powerpc64 \
    	arch/sgi arch/sparc64
    
    tags:
    	cd ${.CURDIR}/kern; make tags
    
    .include <bsd.subdir.mk>