[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / sys / arch / amd64 / stand

Annotation of sys/arch/amd64/stand/Makefile, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: Makefile,v 1.3 2004/08/21 18:54:59 tom Exp $
                      2:
                      3: .if ${MACHINE} == "amd64"
                      4: SUBDIR=        etc mbr cdbr
                      5: .endif
                      6: SUBDIR+= biosboot installboot boot pxeboot cdboot
                      7:
                      8: .include <bsd.subdir.mk>

CVSweb