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

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

1.1       nbrk        1: #      $OpenBSD: Makefile,v 1.3 2005/07/20 19:40:04 deraadt Exp $
                      2: #      $NetBSD: Makefile,v 1.1 1996/09/30 16:34:59 ws Exp $
                      3:
                      4: SUBDIR=        ofwboot boot.mac mbr tbxidata
                      5:
                      6: SAREL=
                      7: KERNREL=
                      8: KERN_AS=library
                      9: Z_AS=library
                     10: SA_ZLIB=smth
                     11: USE_LOADFILE=yes
                     12:
                     13: .include "Makefile.inc"
                     14: .include "$S/lib/libz/Makefile.inc"
                     15: .include "$S/lib/libsa/Makefile.inc"
                     16: .include "$S/lib/libkern/Makefile.inc"
                     17:
                     18: all:   ${ZLIB} ${SALIB} ${KERNLIB} _SUBDIRUSE
                     19:
                     20: libdep:
                     21:        @echo ${.OBJDIR}/${SALIB} ${ZLIB} ${KERNLIB}
                     22:
                     23:
                     24: ${PROG}:
                     25:
                     26: clean::        _SUBDIRUSE
                     27:
                     28: cleandir:      _SUBDIRUSE
                     29:
                     30: depend::       _SUBDIRUSE
                     31:
                     32: .include <bsd.obj.mk>
                     33: .include <bsd.subdir.mk>

CVSweb