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