Home | History | Annotate | Line # | Download | only in libbug
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 1997/05/31 21:22:05 cjs Exp $
      2 
      3 LIB=bug
      4 
      5 NOPIC=
      6 NOPROFILE=
      7 
      8 S=${.CURDIR}/../../../..
      9 DIR_SA=$S/lib/libsa
     10 
     11 CFLAGS+=-I${.CURDIR}/../../include -I${DIR_SA}
     12 
     13 SRCS=	delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c outln.c \
     14 	outstr.c putchar.c return.c rtc_rd.c
     15 
     16 # only needed during build
     17 libinstall::
     18 
     19 .include <bsd.lib.mk>
     20