1 1.27.78.2 yamt # $NetBSD: Makefile,v 1.27.78.2 2010/08/11 22:51:47 yamt Exp $ 2 1.1 leo 3 1.27.78.1 yamt # Logically src/sys 4 1.27.78.1 yamt S!= cd ${.CURDIR}/../../../..; pwd 5 1.1 leo 6 1.27.78.1 yamt .include "../Makefile.booters" 7 1.1 leo 8 1.27.78.1 yamt CPPFLAGS+= -I${S} -I. 9 1.1 leo 10 1.27.78.1 yamt .include <bsd.prog.mk> 11 1.1 leo 12 1.27.78.1 yamt ### find out what to use for libsa 13 1.27.78.1 yamt SA_AS= library 14 1.27.78.1 yamt SAMISCMAKEFLAGS= SA_INCLUDE_NET=no SA_EXTRADIR=${.CURDIR} 15 1.27.78.1 yamt .include "${S}/lib/libsa/Makefile.inc" 16 1.27.78.1 yamt LIBSA= ${SALIB} 17 1.1 leo 18 1.27.78.1 yamt ### find out what to use for libkern 19 1.27.78.1 yamt KERN_AS= library 20 1.27.78.1 yamt .include "${S}/lib/libkern/Makefile.inc" 21 1.27.78.1 yamt LIBKERN= ${KERNLIB} 22 1.1 leo 23 1.27.78.1 yamt LIBS= ${LIBSA} ${LIBKERN} 24 1.1 leo 25 1.27.78.1 yamt realall: ${LIBS} 26 1.1 leo 27 1.27.78.2 yamt cleandir distclean: .WAIT cleanlibdir 28 1.1 leo 29 1.27.78.1 yamt cleanlibdir: 30 1.27.78.1 yamt -rm -rf lib 31