summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/stand/libbug/Makefile
blob: a360e63b233cab34af424f23c055f7e04658cfcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$OpenBSD: Makefile,v 1.1 2001/06/26 21:58:03 smurph Exp $

LIB=bug

NOPIC=
NOPROFILE=

S=${.CURDIR}/../../../..
DIR_SA=$S/lib/libsa

CFLAGS+=-O2 -I${.CURDIR}/../../include -I${DIR_SA}

SRCS=	delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c outln.c outch.c\
	outstr.c putchar.c return.c rtc_rd.c netrd.c netwr.c netfopen.c \
	netfread.c netctrl.c

install:

.include <bsd.lib.mk>