summaryrefslogtreecommitdiff
path: root/lib/libarch/alpha/Makefile
blob: 18eff33c26cb42a13503d48d1c317a5be79583f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD: src/lib/libio/Makefile,v 1.2 1999/08/28 00:04:42 peter Exp $
# $OpenBSD: Makefile,v 1.7 2002/07/12 22:30:25 deraadt Exp $

MAN=		inb.2
MLINKS+=	inb.2 dense_base.2 \
		inb.2 inl.2 inb.2 inw.2 \
		inb.2 ioperm.2 inb.2 map_memory.2 \
		inb.2 outb.2 inb.2 outl.2 \
		inb.2 outw.2 inb.2 readb.2 \
		inb.2 readl.2 inb.2 readw.2 \
		inb.2 unmap_memory.2 inb.2 writeb.2 \
		inb.2 writel.2 inb.2 writew.2
MANSUBDIR=alpha

.if ${MACHINE} == "alpha"
NOPIC=
SRCS=		io.c bwx.c
CFLAGS+= 	-Wall -Wno-uninitialized -Wa,-mev56
.include <bsd.lib.mk>
.else
NOPROG=
.include <bsd.prog.mk>
.endif