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

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

1.1       nbrk        1: #      $OpenBSD: Makefile,v 1.8 2000/11/08 16:01:24 art Exp $
                      2: #      $NetBSD: Makefile,v 1.7 1997/04/10 23:03:38 cgd Exp $
                      3:
                      4: .if ${MACHINE} == "alpha"
                      5: SUBDIR=        boot bootxx netboot libkern libsa libz
                      6: .endif
                      7:
                      8: SUBDIR+= setnetbootinfo installboot
                      9:
                     10: .include <bsd.subdir.mk>

CVSweb