1# $NetBSD: Makefile,v 1.101 2018/06/05 00:57:47 christos Exp $ 2 3LIB= kern 4NOPIC= # defined 5LLIBS= # defined 6 7.include "Makefile.libkern" 8.ifndef ARCHSUBDIR 9.BEGIN: 10 @echo no ARCHSUBDIR for ${MACHINE_ARCH} nor ${MACHINE_CPU} 11 @false 12.endif 13 14# only needed during build 15libinstall:: 16 17.undef DESTDIR 18.include <bsd.lib.mk> 19 20lib${LIB}.o:: ${OBJS:O} __buildstdlib 21 22lib${LIB}.po:: ${POBJS:O} __buildproflib 23 24showsources: ${SRCS:O} 25 @echo ${.ALLSRC} 26