[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sys

Annotation of src/sys/Makefile, Revision 1.49

1.49    ! deraadt     1: #      $OpenBSD: Makefile,v 1.48 2016/09/03 13:37:42 guenther Exp $
1.1       deraadt     2: #      $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $
                      3:
1.22      deraadt     4: SUBDIR=        dev/microcode \
1.49    ! deraadt     5:        arch/alpha arch/amd64 arch/arm64 arch/armv7 \
1.45      deraadt     6:        arch/hppa arch/i386 \
1.41      miod        7:        arch/landisk arch/loongson arch/luna88k \
                      8:        arch/macppc arch/octeon \
1.48      guenther    9:        arch/sgi arch/socppc arch/sparc64
1.35      deraadt    10:
                     11: tags:
                     12:        cd ${.CURDIR}/kern; make tags
1.1       deraadt    13:
                     14: .include <bsd.subdir.mk>