1# $NetBSD: Makefile,v 1.18 2014/11/21 20:21:08 christos Exp $ 2 3LIB=bug 4 5NOPIC= # defined 6NOLINT= # defined 7NOPROFILE= # defined 8 9S=${.CURDIR}/../../../.. 10DIR_SA=$S/lib/libsa 11 12SRCS= bugcrt.c delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c \ 13 outln.c outstr.c putchar.c return.c rtc_rd.c 14OBJS+= bugstart.o 15CLEANFILES+= bugstart.o 16 17.include "../Makefile.booters" 18 19# only needed during build 20libinstall:: 21 22all realall: lib${LIB}.a 23 24.include <bsd.own.mk> 25.undef DESTDIR 26.include <bsd.lib.mk> 27