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