summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/libbug/Makefile
blob: 7a7bfcf411ab867a7a2e2e2116bc94b866dbe7c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$OpenBSD: Makefile,v 1.6 2012/08/21 14:46:19 pascal Exp $

LIB=bug

NOPIC=
NOPROFILE=
NOPIE=

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

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

SRCS=	delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c outln.c \
	outstr.c putchar.c return.c rtc_rd.c

install:

.include <bsd.lib.mk>