1# $OpenBSD: Makefile,v 1.10 2020/01/26 04:26:46 tedu Exp $ 2# $NetBSD: Makefile,v 1.1 1996/09/30 16:34:59 ws Exp $ 3 4MANSUBDIR=macppc 5MAN=boot.8 6 7.if ${MACHINE} == "macppc" 8SUBDIR= ofwboot mbr tbxidata 9 10SAREL= 11KERNREL= 12KERN_AS=library 13Z_AS=library 14SA_ZLIB=smth 15USE_LOADFILE=yes 16 17.include "Makefile.inc" 18.include "$S/lib/libz/Makefile.inc" 19.include "$S/lib/libsa/Makefile.inc" 20 21all: ${ZLIB} ${SALIB} _SUBDIRUSE 22 23libdep: 24 @echo ${.OBJDIR}/${SALIB} ${ZLIB} 25 26 27${PROG}: 28 29clean:: _SUBDIRUSE 30 31cleandir: _SUBDIRUSE 32 33depend:: _SUBDIRUSE 34.endif 35 36.include <bsd.obj.mk> 37.include <bsd.subdir.mk> 38.include <bsd.man.mk> 39