Home | History | Annotate | Line # | Download | only in libbug
      1 #	$NetBSD: Makefile,v 1.18 2014/11/21 20:21:08 christos Exp $
      2 
      3 LIB=bug
      4 
      5 NOPIC= # defined
      6 NOLINT= # defined
      7 NOPROFILE= # defined
      8 
      9 S=${.CURDIR}/../../../..
     10 DIR_SA=$S/lib/libsa
     11 
     12 SRCS=	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
     14 OBJS+=	bugstart.o
     15 CLEANFILES+= bugstart.o
     16 
     17 .include "../Makefile.booters"
     18 
     19 # only needed during build
     20 libinstall::
     21 
     22 all realall: lib${LIB}.a
     23 
     24 .include <bsd.own.mk>
     25 .undef DESTDIR
     26 .include <bsd.lib.mk>
     27